Skip to content

Commit 074d22c

Browse files
committed
Add prepare script to build dist on install
1 parent 8df2b5c commit 074d22c

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
@@ -8,6 +8,7 @@
88
"scripts": {
99
"test": "jest",
1010
"build": "rm -rf dist && tsc",
11+
"prepare": "npm run build",
1112
"lint": "tslint src/**/*.ts",
1213
"lint_test": "tslint src/**/*.test.ts"
1314
},

0 commit comments

Comments
 (0)