Skip to content

Commit 934dfe8

Browse files
committed
[meta] run build in prepack, not prepublish
1 parent c8a269f commit 934dfe8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
6060
"tape": "^5.7.5"
6161
},
6262
"scripts": {
63-
"prepack": "npmignore --auto --commentLines=autogenerated",
64-
"prepublishOnly": "safe-publish-latest && npm run dist",
63+
"prepack": "npmignore --auto --commentLines=autogenerated && npm run dist",
64+
"prepublishOnly": "safe-publish-latest",
6565
"prepublish": "not-in-publish || npm run prepublishOnly",
6666
"pretest": "npm run --silent readme && npm run --silent lint",
6767
"test": "npm run tests-only",

0 commit comments

Comments
 (0)