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"
}
}