Skip to content

Commit 78dbfa5

Browse files
committed
[security-check] - add build-bundle whenever get the package from github
1 parent 8925bcb commit 78dbfa5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"watch": "^1.0.2"
3535
},
3636
"scripts": {
37+
"prepare": "npm run build",
3738
"prepublishOnly": "npm run build # runs before publish",
3839
"build": "rm -rf dist/cjs && tsc --module CommonJS --outDir dist/cjs",
3940
"build:watch": "rm -rf dist && tsc -w --module CommonJS",

0 commit comments

Comments
 (0)