We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3dd4c4 commit 4417fcfCopy full SHA for 4417fcf
package.json
@@ -11,7 +11,7 @@
11
"prepare": "not-in-install && npm run build || true",
12
"report-coverage": "nyc report --reporter=lcov | codecov",
13
"write-coverage": "nyc report --reporter=lcov",
14
- "semantic-release": "semantic-release pre && npm publish && semantic-release post",
+ "semantic-release": "npx semantic-release",
15
"start": "npm run test:watch",
16
"lint": "eslint --ignore-path .gitignore .",
17
"test": "nyc --require @babel/register _mocha -- test/tests/index.js",
0 commit comments