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 dfa7504 commit 56f8191Copy full SHA for 56f8191
package.json
@@ -25,7 +25,7 @@
25
"build": "tsdx build --transpileOnly",
26
"test": "tsdx test --passWithNoTests",
27
"lint": "tsdx lint",
28
- "prepare": "tsdx build",
+ "prepare": "tsdx build --transpileOnly",
29
"size": "size-limit",
30
"analyze": "size-limit --why",
31
"storybook": "start-storybook -p 6006",
0 commit comments