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

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