Add netlify.toml for storybook (#7963)
This commit is contained in:
parent
c36f034542
commit
1cc95e03a3
1 changed files with 11 additions and 0 deletions
11
app/javascript/netlify.toml
Normal file
11
app/javascript/netlify.toml
Normal 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/"
|
||||
Loading…
Add table
Reference in a new issue