Skip to content

Commit 7d94964

Browse files
committed
chore: add logging to ignore command
1 parent c5e1712 commit 7d94964

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/nx-next-monorepo-demo/netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build]
22
command = "npm run build"
33
publish = "dist/apps/demo-monorepo/.next"
4-
ignore = "git diff --exit-code $CACHED_COMMIT_REF $COMMIT_REF ../../"
4+
ignore = "echo CACHED_COMMIT_REF: $CACHED_COMMIT_REF COMMIT_REF: $COMMIT_REF && git diff --exit-code $CACHED_COMMIT_REF $COMMIT_REF ../../"
55

66
[dev]
77
command = "npm run start"

0 commit comments

Comments
 (0)