Skip to content

Commit c33ae3a

Browse files
committed
fix: generate types as part of prepare script
Fixes #116
1 parent 69558d1 commit c33ae3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"watch": "yarn build --watch",
2828
"build": "babel lib --ignore '**/*.test.js,integration' --out-dir build --extensions '.ts'",
2929
"build-types": "tsc",
30-
"prepare": "yarn build"
30+
"prepare": "yarn build && yarn build-types"
3131
},
3232
"dependencies": {
3333
"chalk": "^4.1.0",

0 commit comments

Comments
 (0)