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 8925bcb commit 78dbfa5Copy full SHA for 78dbfa5
package.json
@@ -34,6 +34,7 @@
34
"watch": "^1.0.2"
35
},
36
"scripts": {
37
+ "prepare": "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