Update ignore comand to avoid rebuilding elm-pages.com for pokedex site changes.

This commit is contained in:
Dillon Kearns 2021-06-02 10:08:36 -07:00
parent f5b0212952
commit 939b998115

View File

@ -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/*"