Skip to content

Commit f4311b3

Browse files
committed
add prepare script
1 parent 42bf6d4 commit f4311b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
],
1818
"scripts": {
1919
"test": "jest",
20-
"build": "tsc"
20+
"build": "tsc",
21+
"prepare": "npm run build"
2122
},
2223
"author": "Atul R <[email protected]>",
2324
"license": "MIT",

0 commit comments

Comments
 (0)