Skip to content

Commit 38dddc7

Browse files
committed
Fix tsup config
1 parent a255bc4 commit 38dddc7

File tree

2 files changed

+191
-250
lines changed

2 files changed

+191
-250
lines changed

packages/toolkit/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
},
107107
"scripts": {
108108
"clean": "rimraf dist",
109-
"run-build": "tsup",
109+
"run-build": "tsup --config=$INIT_CWD/tsup.config.mts",
110110
"build": "yarn clean && yarn run-build && tsx scripts/fixUniqueSymbolExports.mts",
111111
"build-only": "yarn clean && yarn run-build",
112112
"format": "prettier --write \"(src|examples)/**/*.{ts,tsx}\" \"**/*.md\"",

0 commit comments

Comments
 (0)