Skip to content

Commit d05a8d0

Browse files
committed
Setup npm run prepare
1 parent 9232834 commit d05a8d0

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
@@ -22,6 +22,7 @@
2222
"main": "lib/index.js",
2323
"module": "lib-esm/index.js",
2424
"scripts": {
25+
"prepare": "npm run build",
2526
"build": "npm run clean && npm run build:library",
2627
"build:library": "tsc && tsc -m es6 --outDir lib-esm && webpack",
2728
"clean": "rm -rf dist lib lib-esm",

0 commit comments

Comments
 (0)