Skip to content

Commit

Permalink
try to fix error in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitriy Yastrebov committed Apr 10, 2024
1 parent 24a9fc4 commit bd3f3b8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@ const config: StorybookConfig = {
],
framework: {
name: '@storybook/react-vite',
options: {}
options: {
builder: {
// @ts-expect-error
useSWC: true
}
}
},
docs: {
autodocs: 'tag'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"test": "echo \"Error: no test specified\" && exit 1",
"start": "run-p build:watch storybook",
"prerelease": "zx scripts/prepublish-checks.mjs",
"release": "export NODE_OPTIONS=--max_old_space_size=9126 && yarn build && auto shipit",
"release": "export NODE_OPTIONS=--max_old_space_size=16384 && yarn build && auto shipit",
"eject-ts": "zx scripts/eject-typescript.mjs",
"storybook": "storybook dev -p 6006 --no-open",
"build-storybook": "storybook build",
Expand Down

0 comments on commit bd3f3b8

Please sign in to comment.