Skip to content

Commit

Permalink
chore: use prepublishOnly instead of prepublish (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshinorin authored Jan 14, 2024
1 parent e62b7b8 commit 8009b0a
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 @@ -10,7 +10,7 @@
"dist/"
],
"scripts": {
"prepublish ": "npm install && npm run clean && npm run build",
"prepublishOnly": "npm install && npm run clean && npm run build",
"build": "tsc -b",
"clean": "tsc -b --clean",
"preeslint": "npm run clean && npm run build",
Expand Down

0 comments on commit 8009b0a

Please sign in to comment.