fix netlify

This commit is contained in:
Norbert de Langen 2022-07-23 20:21:12 +02:00
parent dc3b1ba466
commit eeb36c1efb
No known key found for this signature in database
GPG Key ID: FD0E78AF9A837762

View File

@ -1,6 +1,6 @@
[build]
publish = "built-storybooks"
command = "cd code && yarn && yarn bootstrap --core && yarn build-storybooks --all"
command = "cd scripts && yarn && cd ../code && yarn && yarn bootstrap --core && yarn build-storybooks --all"
[build.environment]
NODE_VERSION = "14"
YARN_VERSION = "1.22.10"