We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02c9a14 commit 436db7cCopy full SHA for 436db7c
package.json
@@ -66,7 +66,7 @@
66
"test": "NODE_ENV=test BABEL_ENV=test jest",
67
"test-watch": "yarn test --watch",
68
"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"
+ "compile": "yarn run clean && KYT_ENV_TYPE=client NODE_ENV=production microbundle --generateTypes=false --jsx React.createElement",
+ "prepare": "yarn compile && husky install"
71
}
72
0 commit comments