Improve dev scripts

This commit is contained in:
Andras Schmelczer 2025-10-27 07:18:50 +00:00
parent feed882635
commit 7d060f22ca
3 changed files with 9 additions and 2 deletions

View file

@ -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