Skip to content

Commit 4417fcf

Browse files
authoredJul 17, 2019
fix: release fixed sem-release (#648)
1 parent b3dd4c4 commit 4417fcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"prepare": "not-in-install && npm run build || true",
1212
"report-coverage": "nyc report --reporter=lcov | codecov",
1313
"write-coverage": "nyc report --reporter=lcov",
14-
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
14+
"semantic-release": "npx semantic-release",
1515
"start": "npm run test:watch",
1616
"lint": "eslint --ignore-path .gitignore .",
1717
"test": "nyc --require @babel/register _mocha -- test/tests/index.js",

0 commit comments

Comments
 (0)
Please sign in to comment.