blob: 435df7442eb27a649aacafc4c8daa0ea834adaad [file] [log] [blame]
#!/bin/bash
# called by native
THIS_DIR=$(dirname "$0")
pushd "$THIS_DIR"
npm run build:native
npm run build:browser
npm run serve &
npm run dev:examples
popd