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 c5e1712 commit 7d94964Copy full SHA for 7d94964
demos/nx-next-monorepo-demo/netlify.toml
@@ -1,7 +1,7 @@
1
[build]
2
command = "npm run build"
3
publish = "dist/apps/demo-monorepo/.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 --exit-code $CACHED_COMMIT_REF $COMMIT_REF ../../"
5
6
[dev]
7
command = "npm run start"
0 commit comments