chore: isolate build artifacts and storybook smoke infra
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
const { stopStorybookServer } = require("./storybook-server.cjs");
|
||||
|
||||
async function globalTeardown() {
|
||||
await stopStorybookServer();
|
||||
}
|
||||
|
||||
module.exports = globalTeardown;
|
||||
Reference in New Issue
Block a user