From 85f069b3fe9e701a6a50d30eb5d80453edf73ea3 Mon Sep 17 00:00:00 2001 From: Nikolai Dorofeev Date: Tue, 16 Jul 2024 15:36:42 +0400 Subject: [PATCH] Leave only ignore command in netlify config --- apps/d0rich.me/netlify.toml | 3 --- apps/d0xigen.d0rich.me/netlify.toml | 3 --- apps/design.d0rich.me/netlify.toml | 3 --- apps/dog.d0rich.me/netlify.toml | 3 --- 4 files changed, 12 deletions(-) diff --git a/apps/d0rich.me/netlify.toml b/apps/d0rich.me/netlify.toml index 2296a10c..8f5d5eb6 100644 --- a/apps/d0rich.me/netlify.toml +++ b/apps/d0rich.me/netlify.toml @@ -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" diff --git a/apps/d0xigen.d0rich.me/netlify.toml b/apps/d0xigen.d0rich.me/netlify.toml index efcd4779..0d6ca3de 100644 --- a/apps/d0xigen.d0rich.me/netlify.toml +++ b/apps/d0xigen.d0rich.me/netlify.toml @@ -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" diff --git a/apps/design.d0rich.me/netlify.toml b/apps/design.d0rich.me/netlify.toml index 55d53311..fb7219e5 100644 --- a/apps/design.d0rich.me/netlify.toml +++ b/apps/design.d0rich.me/netlify.toml @@ -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" diff --git a/apps/dog.d0rich.me/netlify.toml b/apps/dog.d0rich.me/netlify.toml index 1a1718c6..ce9c0d78 100644 --- a/apps/dog.d0rich.me/netlify.toml +++ b/apps/dog.d0rich.me/netlify.toml @@ -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"