Skip to content

Commit

Permalink
CHANGE netlify to build examples
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Jan 21, 2020
1 parent 94aeb7a commit 90f1879
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions netlify.toml
@@ -1,7 +1,9 @@
[build]
publish = "docs/public"
command = "cd docs && yarn && yarn build && cd .."
publish = "built-storybooks"
command = "yarn bootstrap --core && yarn build-storybooks"
[build.environment]
NODE_VERSION = "10"
YARN_VERSION = "1.19.1"
YARN_FLAGS = "--version"
DOTENV_DISPLAY_WARNING = "none"
STORYBOOK_EXAMPLE_APP ="true"

0 comments on commit 90f1879

Please sign in to comment.