Skip to content

Commit 24f0820

Browse files
committed
Preparing for release
1 parent be46660 commit 24f0820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"test": "jest",
3030
"watch": "npm run clean && tsc --watch & npm run sass-watch",
3131
"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"
3333
},
3434
"main": "dist/index.js",
3535
"dependencies": {

0 commit comments

Comments
 (0)