Skip to content
This repository has been archived by the owner on Sep 29, 2021. It is now read-only.

Commit

Permalink
fix: semantic-release
Browse files Browse the repository at this point in the history
jonfreedman committed Sep 18, 2019
1 parent 5e0ebe3 commit 68f2eae
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -29,4 +29,4 @@ after_success:
# publish coverage results to codeclimate
- 'cat ./coverage/lcov.info | ./node_modules/.bin/codeclimate-test-reporter'
# deploy to npm if required
- npm run semantic-release
- npx semantic-release
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -13,7 +13,6 @@
"test": "mocha test/*.js",
"test-cov": "nyc npm test",
"it": "mocha it/*.js",
"semantic-release": "semantic-release pre && npm publish --access public && semantic-release post",
"whitesource": "node node_modules/whitesource/bin/whitesource.js run"
},
"repository": {

0 comments on commit 68f2eae

Please sign in to comment.