Skip to content

Commit edd65e0

Browse files
committed
chore: add back ignore check to allow deploys when changing plugin without changing demo site
1 parent db5a3ef commit edd65e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: demo/netlify.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build]
22
command = "npm run build"
33
publish = "public/"
4-
# ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF . ../plugin/"
4+
ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF . ../plugin/"
55

66
[[plugins]]
77
package = "../plugin/src/index.ts"

0 commit comments

Comments
 (0)