Skip to content

Commit 3cb257a

Browse files
committed
Fix tsup config
1 parent 05eb709 commit 3cb257a

File tree

2 files changed

+191
-250
lines changed

2 files changed

+191
-250
lines changed

packages/toolkit/package.json

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

0 commit comments

Comments
 (0)