From de38c7900c9c941452f7cdedf9b951e796e9c93c Mon Sep 17 00:00:00 2001 From: Nikolai Dorofeev Date: Tue, 16 Jul 2024 13:45:00 +0400 Subject: [PATCH] Move ignore build to the top --- apps/d0rich.me/netlify.toml | 2 +- apps/d0xigen.d0rich.me/netlify.toml | 2 +- apps/design.d0rich.me/netlify.toml | 2 +- apps/dog.d0rich.me/netlify.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/d0rich.me/netlify.toml b/apps/d0rich.me/netlify.toml index 4d3fa87..2296a10 100644 --- a/apps/d0rich.me/netlify.toml +++ b/apps/d0rich.me/netlify.toml @@ -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" diff --git a/apps/d0xigen.d0rich.me/netlify.toml b/apps/d0xigen.d0rich.me/netlify.toml index 732b4dd..efcd477 100644 --- a/apps/d0xigen.d0rich.me/netlify.toml +++ b/apps/d0xigen.d0rich.me/netlify.toml @@ -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" diff --git a/apps/design.d0rich.me/netlify.toml b/apps/design.d0rich.me/netlify.toml index cbd1fcb..55d5331 100644 --- a/apps/design.d0rich.me/netlify.toml +++ b/apps/design.d0rich.me/netlify.toml @@ -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" diff --git a/apps/dog.d0rich.me/netlify.toml b/apps/dog.d0rich.me/netlify.toml index 8f03c47..1a1718c 100644 --- a/apps/dog.d0rich.me/netlify.toml +++ b/apps/dog.d0rich.me/netlify.toml @@ -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"