Skip to content

Commit 0d30938

Browse files
authored
feat: build storybook to custom folder
1 parent 3bae930 commit 0d30938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/kaspersky-hexa-ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"lint-ts": "tsc --noEmit",
3131
"storybook": "storybook dev -p 6006",
3232
"storybook:ci": "storybook dev -p 6006 --ci",
33-
"build-storybook": "storybook build",
33+
"build-storybook": "storybook build -o storybook/hexa-ui",
3434
"test": "npm run lint && node --expose-gc ./node_modules/.bin/jest --transformIgnorePatterns --maxWorkers=1 --forceExit --logHeapUsage",
3535
"test:watch": "jest --watch",
3636
"jest:screenshots": "jest --runInBand --useStderr --verbose -i -c screenshots/jest.config.js",

0 commit comments

Comments
 (0)