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 c64e0e5 commit 97054b8Copy full SHA for 97054b8
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 apply --index && 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 && ps -axf",
19
"deploy": "pm2 deploy ecosystem.json production",
20
"travis-deploy": "if-env TRAVIS_BRANCH=master TRAVIS_PULL_REQUEST=false && npm run semantic-release || echo 'Deploy is not run'",
21
"lint": "eslint . --cache"
0 commit comments