File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 29
29
"test" : " jest" ,
30
30
"watch" : " npm run clean && tsc --watch & npm run sass-watch" ,
31
31
"postinstall" : " mkdir -p ./node_modules/@ionic; ln -s ./node_modules/@jungalwala/app-scripts ./node_modules/@ionic/app-scripts" ,
32
- "newversion" : " git add . && git commit -am 'Preparing for release' && git push && npm run build && npm run test && CV=$(npm pkg get version | tr -d '\" ') && npm version patch --no-git-tag-version && npm run changelog && git add . && git commit -am 'Preparing for release 2' && git push && npm version $CV --no-git-tag-version && npm version patch && npm run github-release && npm publish && git push origin master"
32
+ "newversion" : " git add . && git commit -am 'Preparing for release' && git push && npm run build && npm run test && CV=$(npm pkg get version | tr -d '\" ') && npm version patch --no-git-tag-version && npm run changelog && git add . && git commit -am 'Preparing for release 2' && git push && npm version $CV --no-git-tag-version && git add . && git commit -am 'Preparing for release 3' && git push && npm version patch && npm run github-release && npm publish && git push origin master"
33
33
},
34
34
"main" : " dist/index.js" ,
35
35
"dependencies" : {
You can’t perform that action at this time.
0 commit comments