reconcile/scripts/dev-website.sh

9 lines
143 B
Bash
Executable file

#!/bin/bash
set -e
wasm-pack build --target web --features wasm,wee_alloc
cd reconcile-js
npm run build
cd ../examples/website
npm run start