We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bae930 commit 0d30938Copy full SHA for 0d30938
packages/kaspersky-hexa-ui/package.json
@@ -30,7 +30,7 @@
30
"lint-ts": "tsc --noEmit",
31
"storybook": "storybook dev -p 6006",
32
"storybook:ci": "storybook dev -p 6006 --ci",
33
- "build-storybook": "storybook build",
+ "build-storybook": "storybook build -o storybook/hexa-ui",
34
"test": "npm run lint && node --expose-gc ./node_modules/.bin/jest --transformIgnorePatterns --maxWorkers=1 --forceExit --logHeapUsage",
35
"test:watch": "jest --watch",
36
"jest:screenshots": "jest --runInBand --useStderr --verbose -i -c screenshots/jest.config.js",
0 commit comments