Skip to content

Commit

Permalink
Merge pull request #19418 from storybookjs/norbert/fix/netlify-config…
Browse files Browse the repository at this point in the history
…-using-tasks

fix build command for netlify
  • Loading branch information
ndelangen authored Oct 10, 2022
2 parents 8390970 + 54cee70 commit fc9ca96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build]
publish = "code/built-storybooks"
command = "yarn --task compile --start-from=auto --no-link && yarn build-storybooks --all"
command = "yarn task --task compile --start-from=auto --no-link && cd code && yarn build-storybooks --all"
[build.environment]
NODE_VERSION = "14"
YARN_VERSION = "1.22.10"
Expand Down

0 comments on commit fc9ca96

Please sign in to comment.