We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ignore
1 parent 387c94d commit b5ba87dCopy full SHA for b5ba87d
demos/default/netlify.toml
@@ -1,8 +1,8 @@
1
[build]
2
command = "next build"
3
publish = ".next"
4
+ignore = "echo CACHED_COMMIT_REF: $CACHED_COMMIT_REF COMMIT_REF: $COMMIT_REF && git diff --exit-code $CACHED_COMMIT_REF $COMMIT_REF ../../"
5
-# ignore = "echo CACHED_COMMIT_REF: $CACHED_COMMIT_REF COMMIT_REF: $COMMIT_REF && git diff --exit-code $CACHED_COMMIT_REF $COMMIT_REF ../../"
6
[build.environment]
7
# cache Cypress binary in local "node_modules" folder
8
# so Netlify caches it
0 commit comments