We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 240965b commit be7b06eCopy full SHA for be7b06e
.github/workflows/deploy.yaml
@@ -21,4 +21,4 @@ jobs:
21
with:
22
path: storybook-static
23
install_command: npm i
24
- build_command: NODE_ENV=production npm run type-check && npm run build:for:storybook && npm run build:storybook
+ build_command: NODE_ENV=production npm run build:for:storybook && npm run build:storybook
0 commit comments