mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-23 11:55:41 +03:00
Update ignore comand to avoid rebuilding elm-pages.com for pokedex site changes.
This commit is contained in:
parent
f5b0212952
commit
939b998115
@ -4,6 +4,7 @@
|
||||
publish = "dist/"
|
||||
command = "export ELM_HOME=\"$NETLIFY_BUILD_BASE/cache/elm\" && (cd ../../ && npm install --no-optional && npx --no-install elm-tooling install) && npm install --no-optional && npm run build && cp ./elm-stuff/elm-pages/elm.js functions/render/elm-pages-cli.js && (cd functions/process-url && npm i)"
|
||||
ignore = "git diff --quiet HEAD^ HEAD `git rev-parse --show-toplevel`"
|
||||
ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF elm.json elm-tooling.json netlify.toml generator package.json package-lock.json plugins src examples/docs"
|
||||
|
||||
[[redirects]]
|
||||
from = "/screenshot/*"
|
||||
|
Loading…
Reference in New Issue
Block a user