Skip to content

Commit 56f8191

Browse files
committed
Force transpile
1 parent dfa7504 commit 56f8191

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
@@ -25,7 +25,7 @@
2525
"build": "tsdx build --transpileOnly",
2626
"test": "tsdx test --passWithNoTests",
2727
"lint": "tsdx lint",
28-
"prepare": "tsdx build",
28+
"prepare": "tsdx build --transpileOnly",
2929
"size": "size-limit",
3030
"analyze": "size-limit --why",
3131
"storybook": "start-storybook -p 6006",

0 commit comments

Comments
 (0)