11 lines
446 B
TOML
11 lines
446 B
TOML
# 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 = "npm install && npm run build-storybook"
|
|
publish = "storybook-static"
|