Skip to content

Commit 4ae366b

Browse files
committed
fix: Trying to fix deployment problem (force deploy)
1 parent 0f33889 commit 4ae366b

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
@@ -15,7 +15,7 @@
1515
"bundle-configs": "node tools/bundle-configs",
1616
"check-updates": "ncu",
1717
"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",
18+
"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",
1919
"deploy": "pm2 deploy ecosystem.json production",
2020
"travis-deploy": "if-env TRAVIS_BRANCH=master TRAVIS_PULL_REQUEST=false && npm install -g pm2 && npm run semantic-release || echo 'Deploy is not run'"
2121
},

0 commit comments

Comments
 (0)