Skip to content

Commit ddcab6b

Browse files
authored
chore: rebuild default demo if any changes are made in repo (#1332)
1 parent d046841 commit ddcab6b

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,7 +1,7 @@
11
[build]
22
command = "next build"
33
publish = ".next"
4-
ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF . ../../plugin"
4+
ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF ../.."
55

66
[build.environment]
77
# cache Cypress binary in local "node_modules" folder

0 commit comments

Comments
 (0)