Update dev script
This commit is contained in:
parent
35f43bf533
commit
b7cd6aa272
1 changed files with 3 additions and 2 deletions
|
|
@ -2,10 +2,11 @@
|
|||
|
||||
set -e
|
||||
|
||||
wasm-pack build --target web --features wasm
|
||||
wasm-pack build --target web --features wasm,wee_alloc
|
||||
cd reconcile-js
|
||||
npm run build
|
||||
cp -R dist ../examples/website
|
||||
mkdir -p ../examples/website/dist
|
||||
cp -R dist/index.js ../examples/website/dist/index.js
|
||||
|
||||
cd ../examples/website
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue