Override netlify build skipping and force rebuild even if top-level directory changes.

This commit is contained in:
Dillon Kearns 2020-02-03 17:56:52 -08:00
parent 43cdad50af
commit 307489b80e

View File

@ -2,3 +2,4 @@
base = "examples/docs/" base = "examples/docs/"
publish = "dist/" publish = "dist/"
command = "export ELM_HOME=\"$NETLIFY_CACHE_DIR/elm\" && cd ../../ && npm run build && cd examples/docs && npm install && npm run build" command = "export ELM_HOME=\"$NETLIFY_CACHE_DIR/elm\" && cd ../../ && npm run build && cd examples/docs && npm install && npm run build"
ignore = "git diff --quiet HEAD^ HEAD `git rev-parse --show-toplevel`"