Skip to content

Commit 21a2bf1

Browse files
authored
fix export system (#7)
1 parent 95925b3 commit 21a2bf1

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
@@ -12,7 +12,7 @@
1212
"type": "module",
1313
"scripts": {
1414
"start": "cosmos",
15-
"build": "tsup-node ./lib/index.ts --format esm --dts && tsup-node ./lib/react/index.ts --format esm --dts -d dist/react",
15+
"build": "tsup-node ./lib/index.ts --format esm --dts -d dist && tsup-node ./lib/react/index.ts --format esm --dts -d dist/react",
1616
"build:site": "cosmos-export",
1717
"format": "biome format --write .",
1818
"format:check": "biome format ."

0 commit comments

Comments
 (0)