Skip to content

Commit f678645

Browse files
authored
removed prepublish in favor of prepublishOnly (#10)
1 parent 09bf139 commit f678645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"scripts": {
2020
"build": "tsc",
2121
"prettier": "npm run build && prettier -w .",
22-
"prepublish": "npm run prep",
22+
"prepublishOnly": "npm run prep",
2323
"exec": "npm run build && node .",
2424
"test": "npm run build && npx jest",
2525
"prep": "npm run build && npm run test && npm run prettier",

0 commit comments

Comments
 (0)