Fix CI
This commit is contained in:
parent
b9a750c681
commit
2884311b62
4 changed files with 11 additions and 8 deletions
|
|
@ -1,8 +1,12 @@
|
|||
#!/bin/bash
|
||||
|
||||
rm -rf pkg
|
||||
|
||||
wasm-pack build --target web --features wasm
|
||||
|
||||
cp -R pkg/reconcile.js examples/website/
|
||||
cp -R pkg/reconcile_bg.wasm examples/website/
|
||||
|
||||
cd examples/website/
|
||||
|
||||
python3 -m http.server $1
|
||||
python3 -m http.server $1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue