Skip to content

Commit

Permalink
[meta] run build in prepack, not prepublish
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Mar 6, 2024
1 parent c8a269f commit 934dfe8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
"tape": "^5.7.5"
},
"scripts": {
"prepack": "npmignore --auto --commentLines=autogenerated",
"prepublishOnly": "safe-publish-latest && npm run dist",
"prepack": "npmignore --auto --commentLines=autogenerated && npm run dist",
"prepublishOnly": "safe-publish-latest",
"prepublish": "not-in-publish || npm run prepublishOnly",
"pretest": "npm run --silent readme && npm run --silent lint",
"test": "npm run tests-only",
Expand Down

0 comments on commit 934dfe8

Please sign in to comment.