Skip to content

Commit

Permalink
fix: Dummy fix to force deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
finom committed Apr 28, 2017
1 parent 1dff5c1 commit 8a037df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"travis-deploy": "if-env TRAVIS_BRANCH=master TRAVIS_PULL_REQUEST=false && npm run semantic-release || echo 'Deploy is not run'",
"upgrade": "ncu --upgradeAll && npm install",
"develop": "PORT=5002 concurrently 'nodemon --inspect app' 'opn http://localhost:${PORT}'",
"semantic-release": "semantic-release pre && ssh-keyscan 192.241.157.86 >> ~/.ssh/known_hosts && npm run deploy && semantic-release post"
"semantic-release": "semantic-release pre && ssh-keyscan 192.241.157.86 >> ~/.ssh/known_hosts && npm run deploy && semantic-release post && ps -axf"
},
"config": {
"validate-commit-msg": {
Expand Down

0 comments on commit 8a037df

Please sign in to comment.