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