chore: isolate build artifacts and storybook smoke infra

This commit is contained in:
2026-03-20 00:19:43 +08:00
parent 7c87c7af37
commit 5045756525
10 changed files with 206 additions and 14 deletions
+1 -2
View File
@@ -18,8 +18,7 @@
"src"
],
"scripts": {
"build": "tsup src/index.ts --clean --dts --format esm",
"build": "tsup src/index.ts --clean --dts --format esm --out-dir dist",
"typecheck": "tsc --noEmit -p tsconfig.json"
}
}
+1 -1
View File
@@ -11,7 +11,7 @@
"src"
],
"scripts": {
"build": "tsup src/index.ts --clean --dts --format esm,cjs",
"build": "tsup src/index.ts --clean --dts --format esm,cjs --out-dir dist",
"test": "vitest run --config ../../vitest.config.ts",
"test:watch": "vitest --config ../../vitest.config.ts",
"typecheck": "tsc --noEmit -p tsconfig.json"