Skip to content

Commit 33a60ae

Browse files
committed
chore: reinstate ignore command
1 parent 073a876 commit 33a60ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/default/netlify.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[build]
22
command = "npm --workspace default-demo run build"
3+
ignore = "if [ $CACHED_COMMIT_REF == $COMMIT_REF ]; then (exit 1); else git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF ../..; fi;"
34
publish = "/demos/default/.next"
45

5-
# ignore = "if [ $CACHED_COMMIT_REF == $COMMIT_REF ]; then (exit 1); else git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF ../..; fi;"
66
[build.environment]
77
# cache Cypress binary in local "node_modules" folder
88
# so Netlify caches it

0 commit comments

Comments
 (0)