Add build script
This commit is contained in:
parent
fb3c14b6ef
commit
258c1e6ff0
3 changed files with 14 additions and 8 deletions
12
scripts/build-website.sh
Executable file
12
scripts/build-website.sh
Executable file
|
|
@ -0,0 +1,12 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
wasm-pack build --target web --features wasm
|
||||
cd reconcile-js
|
||||
npm ci
|
||||
npm run build
|
||||
cd ../examples/website
|
||||
npm ci
|
||||
npm run build
|
||||
cd -
|
||||
Loading…
Add table
Add a link
Reference in a new issue