Skip to content

Commit 1f33012

Browse files
committed
chore: Remove pre and post phase from semantic-release script
1 parent cf49cc3 commit 1f33012

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
@@ -39,7 +39,7 @@
3939
"build-all": "npm run setup & npm run build & npm run test",
4040
"travis-deploy-once": "travis-deploy-once",
4141
"prepublishOnly": "npm run build",
42-
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
42+
"semantic-release": "semantic-release",
4343
"semantic-release-dry-run": "semantic-release --dry-run"
4444
},
4545
"dependencies": {

0 commit comments

Comments
 (0)