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.
1 parent 2c5eaa6 commit 3fa722cCopy full SHA for 3fa722c
demos/default/netlify.toml
@@ -1,7 +1,7 @@
1
[build]
2
command = "next build"
3
publish = ".next"
4
-ignore = "git diff --exit-code $CACHED_COMMIT_REF $COMMIT_REF ../../"
+ignore = "echo CACHED_COMMIT_REF: $CACHED_COMMIT_REF COMMIT_REF: $COMMIT_REF && git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF ../../"
5
6
[build.environment]
7
# cache Cypress binary in local "node_modules" folder
demos/nx-next-monorepo-demo/netlify.toml
command = "npm run build"
publish = "dist/apps/demo-monorepo/.next"
+ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF ../../"
[dev]
command = "npm run start"
0 commit comments