We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09bf139 commit f678645Copy full SHA for f678645
package.json
@@ -19,7 +19,7 @@
19
"scripts": {
20
"build": "tsc",
21
"prettier": "npm run build && prettier -w .",
22
- "prepublish": "npm run prep",
+ "prepublishOnly": "npm run prep",
23
"exec": "npm run build && node .",
24
"test": "npm run build && npx jest",
25
"prep": "npm run build && npm run test && npm run prettier",
0 commit comments