Improve dev scripts
This commit is contained in:
parent
feed882635
commit
7d060f22ca
3 changed files with 9 additions and 2 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue