Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Commit

Permalink
fix: update semantic-release script
Browse files Browse the repository at this point in the history
  • Loading branch information
hvolschenk committed Apr 12, 2018
1 parent f70d852 commit 312e2e4
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 @@ -7,7 +7,7 @@
"build:production": "babel src --out-dir lib --ignore test.jsx",
"coveralls": "cat ./coverage/lcov.info | node node_modules/.bin/coveralls",
"lint": "eslint --ext .js .",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"semantic-release": "semantic-release",
"test": "npm run lint && npm run test:vulnerabilities && npm run test:scripts",
"test:scripts": "jest --coverage --config ./jest.config.json",
"test:vulnerabilities": "nsp check"
Expand Down

0 comments on commit 312e2e4

Please sign in to comment.