Skip to content

Commit 97054b8

Browse files
committed
fix: Dummy fix to force deployment
1 parent c64e0e5 commit 97054b8

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 apply --index && 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 && ps -axf",
1919
"deploy": "pm2 deploy ecosystem.json production",
2020
"travis-deploy": "if-env TRAVIS_BRANCH=master TRAVIS_PULL_REQUEST=false && npm run semantic-release || echo 'Deploy is not run'",
2121
"lint": "eslint . --cache"

0 commit comments

Comments
 (0)