Improve dev scripts
This commit is contained in:
parent
feed882635
commit
7d060f22ca
3 changed files with 9 additions and 2 deletions
|
|
@ -3,7 +3,11 @@
|
|||
set -e
|
||||
|
||||
wasm-pack build --target web --features wasm
|
||||
|
||||
cd reconcile-js
|
||||
npm install
|
||||
npm run build
|
||||
|
||||
cd ../examples/website
|
||||
npm install
|
||||
npm run start
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue