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
+7
View File
@@ -0,0 +1,7 @@
const { stopStorybookServer } = require("./storybook-server.cjs");
async function globalTeardown() {
await stopStorybookServer();
}
module.exports = globalTeardown;