We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95925b3 commit 21a2bf1Copy full SHA for 21a2bf1
package.json
@@ -12,7 +12,7 @@
12
"type": "module",
13
"scripts": {
14
"start": "cosmos",
15
- "build": "tsup-node ./lib/index.ts --format esm --dts && tsup-node ./lib/react/index.ts --format esm --dts -d dist/react",
+ "build": "tsup-node ./lib/index.ts --format esm --dts -d dist && tsup-node ./lib/react/index.ts --format esm --dts -d dist/react",
16
"build:site": "cosmos-export",
17
"format": "biome format --write .",
18
"format:check": "biome format ."
0 commit comments