Skip to content

Commit

Permalink
chore: debug build ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
luxass committed Jul 18, 2024
1 parent 861940d commit 8347b4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/www/netlify.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[build]
ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF -- 'packages/**/*' 'apps/www/**/*'"
# ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF -- 'packages/**/*' 'apps/www/**/*'"
ignore = "git diff $CACHED_COMMIT_REF $COMMIT_REF | grep -qE '^(packages/|apps/www/)'"

[[redirects]]
from = "/view-source"
Expand Down

0 comments on commit 8347b4e

Please sign in to comment.