Skip to content

Commit

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

0 comments on commit 85f069b

Please sign in to comment.