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 b358ea3 commit c5e1712Copy full SHA for c5e1712
demos/default/netlify.toml
@@ -1,7 +1,7 @@
1
[build]
2
command = "next build"
3
publish = ".next"
4
-ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF . ../../"
+ignore = "git diff --exit-code $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"
[dev]
command = "npm run start"
0 commit comments