Add netlify.toml for storybook (#7963)

This commit is contained in:
Andy Zhao 2020-05-19 16:10:33 -04:00 committed by GitHub
parent c36f034542
commit 1cc95e03a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,11 @@
# Global settings applied to the whole site.
#
# “publish” is the directory to publish (relative to root of your repo),
# “command” is your build command,
# “base” is directory to change to before starting build. if you set base:
# that is where we will look for package.json/.nvmrc/etc not repo root!
[build]
# base set in Netlify settings UI
command = "yarn build-storybook"
publish = "storybook-static/"