We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f33889 commit 4ae366bCopy full SHA for 4ae366b
package.json
@@ -15,7 +15,7 @@
15
"bundle-configs": "node tools/bundle-configs",
16
"check-updates": "ncu",
17
"upgrade": "npm run check-updates -- --upgradeAll && npm install",
18
- "semantic-release": "semantic-release pre && git stash && ssh-keyscan 192.241.157.86 >> ~/.ssh/known_hosts && npm run deploy && git stash pop && semantic-release post",
+ "semantic-release": "semantic-release pre && git stash && ssh-keyscan 192.241.157.86 >> ~/.ssh/known_hosts && npm run deploy && git stash apply --index && semantic-release post",
19
"deploy": "pm2 deploy ecosystem.json production",
20
"travis-deploy": "if-env TRAVIS_BRANCH=master TRAVIS_PULL_REQUEST=false && npm install -g pm2 && npm run semantic-release || echo 'Deploy is not run'"
21
},
0 commit comments