Skip to content
This repository was archived by the owner on Jan 31, 2023. It is now read-only.

Commit bcf7c0d

Browse files
committed
fix semantic-release script
1 parent 6336bbe commit bcf7c0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"test-unit": "mocha test/unit/*.js",
3737
"test-debug": "node --inspect --debug-brk ./node_modules/.bin/_mocha",
3838
"test-watch": "chokidar '*.js' 'test/unit/*.js' -c 'npm test'",
39-
"semantic-release": "semantic-release pre && npm publish --access public && semantic-release post"
39+
"semantic-release": "semantic-release"
4040
},
4141
"devDependencies": {
4242
"ban-sensitive-files": "1.9.2",

0 commit comments

Comments
 (0)