You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,9 @@
14
14
"bundle-configs": "node tools/bundle-configs",
15
15
"check-updates": "ncu",
16
16
"upgrade": "npm run check-updates -- --upgradeAll && npm install",
17
-
"semantic-release": "semantic-release pre && npm run deploy && semantic-release post",
17
+
"semantic-release": "semantic-release pre && semantic-release post && npm run deploy",
18
18
"deploy": "pm2 deploy ecosystem.json production",
19
-
"travis-deploy": "if-env TRAVIS_BRANCH=master TRAVIS_PULL_REQUEST=false && git stash && git status && ls . -a && npm run semantic-release || echo 'Deploy is not run'"
19
+
"travis-deploy": "if-env TRAVIS_BRANCH=master TRAVIS_PULL_REQUEST=false && npm install -g pm2 && npm run semantic-release || echo 'Deploy is not run'"
0 commit comments