Skip to content

Commit 436db7c

Browse files
committed
fix: don't implicitly generate types during prepare
Fixes #139, #140.
1 parent 02c9a14 commit 436db7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"test": "NODE_ENV=test BABEL_ENV=test jest",
6767
"test-watch": "yarn test --watch",
6868
"test-update": "yarn test -u",
69-
"compile": "yarn run clean && KYT_ENV_TYPE=client NODE_ENV=production microbundle --jsx React.createElement",
70-
"_prepare": "yarn compile && husky install"
69+
"compile": "yarn run clean && KYT_ENV_TYPE=client NODE_ENV=production microbundle --generateTypes=false --jsx React.createElement",
70+
"prepare": "yarn compile && husky install"
7171
}
7272
}

0 commit comments

Comments
 (0)