Skip to content

Commit

Permalink
removed prepublish in favor of prepublishOnly (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
prli authored Mar 20, 2023
1 parent 09bf139 commit f678645
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 @@ -19,7 +19,7 @@
"scripts": {
"build": "tsc",
"prettier": "npm run build && prettier -w .",
"prepublish": "npm run prep",
"prepublishOnly": "npm run prep",
"exec": "npm run build && node .",
"test": "npm run build && npx jest",
"prep": "npm run build && npm run test && npm run prettier",
Expand Down

0 comments on commit f678645

Please sign in to comment.