fix build command for netlify

This commit is contained in:
Norbert de Langen 2022-10-10 10:30:25 +02:00
parent 3a336b679b
commit c0d82dae18
No known key found for this signature in database
GPG Key ID: FD0E78AF9A837762

View File

@ -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 && yarn build-storybooks --all"
[build.environment]
NODE_VERSION = "14"
YARN_VERSION = "1.22.10"