Skip to content

Commit

Permalink
yarn doesn't support prepublishOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
beaugunderson committed Sep 25, 2023
1 parent 25ada4d commit 0872285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"scripts": {
"docs": "documentation build --github --output docs --format html ./ip-address.js",
"build": "rm -rf dist/* && tsc -p tsconfig.json",
"prepublishOnly": "npm run build",
"prepack": "npm run build",
"release": "release-it",
"test-ci": "nyc mocha",
"test": "mocha",
Expand Down

0 comments on commit 0872285

Please sign in to comment.