Skip to content

Commit

Permalink
(add) build ignore for docs when there are no changes
Browse files Browse the repository at this point in the history
  • Loading branch information
danh91 committed Dec 18, 2023
1 parent 3554d5c commit b6960a2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion apps/www/netlify.toml
Original file line number Diff line number Diff line change
@@ -7,4 +7,7 @@
publish = "./www/build/"

# This will be your default build command
command = "cd ../ && npm i && npm run build -w apps/www"
command = "cd ../ && npm i && npm run build -w apps/www"

# Ignore build
ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF apps/www"

0 comments on commit b6960a2

Please sign in to comment.