Skip to content

Commit 6d051bc

Browse files
committed
[security-check] - fix build
1 parent 78dbfa5 commit 6d051bc

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
@@ -34,7 +34,7 @@
3434
"watch": "^1.0.2"
3535
},
3636
"scripts": {
37-
"prepare": "npm run build",
37+
"prepack": "npm run build",
3838
"prepublishOnly": "npm run build # runs before publish",
3939
"build": "rm -rf dist/cjs && tsc --module CommonJS --outDir dist/cjs",
4040
"build:watch": "rm -rf dist && tsc -w --module CommonJS",

0 commit comments

Comments
 (0)