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

@ -28,7 +28,7 @@
},
"../../reconcile-js": {
"name": "reconcile-text",
"version": "0.4.10",
"version": "0.6.0",
"dev": true,
"license": "MIT",
"devDependencies": {

View file

@ -33,7 +33,10 @@ cd reconcile-js
npm version $1
npm install
cd -
cd ../examples/website
npm install
cd ../..
git add .
TAG=$(node -p "require('./reconcile-js/package.json').version")

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