Skip to content

Commit

Permalink
Move ignore build to the top
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolai Dorofeev committed Jul 16, 2024
1 parent aab06e7 commit de38c79
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/d0rich.me/netlify.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build]
ignore = "node apps/d0rich.me/ignore-build.mjs"
base = "/"
publish = "apps/d0rich.me/dist"
ignore = "node apps/d0rich.me/ignore-build.mjs"
command = "npm run generate --workspace=d0rich.me"
2 changes: 1 addition & 1 deletion apps/d0xigen.d0rich.me/netlify.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build]
ignore = "node apps/d0xigen.d0rich.me/ignore-build.mjs"
base = "/"
publish = "apps/d0xigen.d0rich.me/dist"
ignore = "node apps/d0xigen.d0rich.me/ignore-build.mjs"
command = "npm run generate --workspace=d0xigen.d0rich.me"
2 changes: 1 addition & 1 deletion apps/design.d0rich.me/netlify.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build]
ignore = "node apps/design.d0rich.me/ignore-build.mjs"
base = "/"
publish = "apps/design.d0rich.me/dist"
ignore = "node apps/design.d0rich.me/ignore-build.mjs"
command = "npm run generate --workspace=design.d0rich.me"
2 changes: 1 addition & 1 deletion apps/dog.d0rich.me/netlify.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build]
ignore = "node apps/dog.d0rich.me/ignore-build.mjs"
base = "/"
publish = "apps/dog.d0rich.me/dist"
ignore = "node apps/dog.d0rich.me/ignore-build.mjs"
command = "npm run generate --workspace=dog.d0rich.me"

0 comments on commit de38c79

Please sign in to comment.