* Update Netlify to check for Sass stylesheet changes * Temporary change to test storybook deploy * Undo test SCSS change
12 lines
563 B
TOML
12 lines
563 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"
|
|
ignore = "git diff --quiet HEAD^ HEAD app/javascript && git diff --quiet HEAD^ HEAD app/assets/stylesheets/config"
|