mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-23 03:42:04 +03:00
Override netlify build skipping and force rebuild even if top-level directory changes.
This commit is contained in:
parent
43cdad50af
commit
307489b80e
@ -2,3 +2,4 @@
|
||||
base = "examples/docs/"
|
||||
publish = "dist/"
|
||||
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`"
|
||||
|
Loading…
Reference in New Issue
Block a user