10 lines
283 B
Bash
10 lines
283 B
Bash
cd server/nodejs/dist/all
|
|
versionn patch package.json
|
|
cd ../../
|
|
grunt platform --dojo=false --nexe=false
|
|
cd ../../
|
|
grunt update-dist --platforms=nodejs --server=false --commit=true
|
|
cd dist/nodejs
|
|
git add -A .
|
|
gitc "VE States improvments, fixed: settings storage io. #102"
|
|
npm publish |