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 78dbfa5 commit 6d051bcCopy full SHA for 6d051bc
package.json
@@ -34,7 +34,7 @@
34
"watch": "^1.0.2"
35
},
36
"scripts": {
37
- "prepare": "npm run build",
+ "prepack": "npm run build",
38
"prepublishOnly": "npm run build # runs before publish",
39
"build": "rm -rf dist/cjs && tsc --module CommonJS --outDir dist/cjs",
40
"build:watch": "rm -rf dist && tsc -w --module CommonJS",
0 commit comments