Skip to content
This repository was archived by the owner on Oct 10, 2018. It is now read-only.

Commit e24907b

Browse files
author
Kent C. Dodds
committed
fix(scripts): Remove prepublish because that apparently runs on install :-(
ref npm/npm#10074
1 parent f1e92b9 commit e24907b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,7 @@
5656
"deployCopy": "cp index.html deploy.ignored/ && cp dist/api-check.js deploy.ignored/dist/",
5757
"deployClean": "rm -rf deploy.ignored/ && mkdir deploy.ignored/ && mkdir deploy.ignored/dist/",
5858
"code-checks": "eslint src/",
59-
"prepublish": "npm run build",
60-
"postpublish": "publish-latest",
61-
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
59+
"semantic-release": "semantic-release pre && npm run build && npm publish && publish-latest && semantic-release post"
6260
},
6361
"repository": {
6462
"type": "git",

0 commit comments

Comments
 (0)