Skip to content

Commit b905103

Browse files
Bruce RichardsonBruce Richardson
Bruce Richardson
authored and
Bruce Richardson
committed
need to add postinstall script
1 parent 7a48986 commit b905103

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
@@ -7,6 +7,7 @@
77
"module": "build/esm/index.js",
88
"types": "build/esm/index.d.ts",
99
"scripts": {
10+
"postinstall": "npm run build",
1011
"clean": "rm -rf build && rm -rf node_modules && npm install",
1112
"build": "npm run build:cjs && npm run build:esm",
1213
"build:cjs": "tsc --target es5 --outDir build/cjs --module commonjs",

0 commit comments

Comments
 (0)