Skip to content

Commit 3fb5326

Browse files
committed
fix: semantic-release
1 parent f70e30c commit 3fb5326

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
@@ -71,7 +71,7 @@
7171
"lint": "eslint --ext .js ./src",
7272
"flow": "./node_modules/.bin/flow",
7373
"test": "npm run coverage && npm run lint && npm run flow",
74-
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
74+
"semantic-release": "semantic-release"
7575
},
7676
"jest": {
7777
"roots": [

0 commit comments

Comments
 (0)