Skip to content

Commit

Permalink
fix: release fixed sem-release (#648)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimthedev committed Jul 17, 2019
1 parent b3dd4c4 commit 4417fcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -11,7 +11,7 @@
"prepare": "not-in-install && npm run build || true",
"report-coverage": "nyc report --reporter=lcov | codecov",
"write-coverage": "nyc report --reporter=lcov",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"semantic-release": "npx semantic-release",
"start": "npm run test:watch",
"lint": "eslint --ignore-path .gitignore .",
"test": "nyc --require @babel/register _mocha -- test/tests/index.js",
Expand Down

0 comments on commit 4417fcf

Please sign in to comment.