From 1d9e6c931a77bd6a7c5e21096699edb0ca03594d Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Wed, 6 Aug 2025 22:01:14 -0700 Subject: [PATCH] test --- docs/project.json | 8 +------- nx.json | 36 +----------------------------------- 2 files changed, 2 insertions(+), 42 deletions(-) diff --git a/docs/project.json b/docs/project.json index 4839997a8b..78f46bb820 100644 --- a/docs/project.json +++ b/docs/project.json @@ -19,13 +19,7 @@ "dependsOn": [ "generate", "{workspaceRoot}/apps/api/cmd/**/*.yaml" - ], - "options": { - "env": { - "NODE_OPTIONS": "--max-old-space-size=4096", - "DOCUSAURUS_PERF_LOGGER": true - } - } + ] }, "dev": { "dependsOn": [ diff --git a/nx.json b/nx.json index df9f94604f..6513a66036 100644 --- a/nx.json +++ b/nx.json @@ -42,41 +42,7 @@ "proto" ] }, - "targetDefaults": { - "generate": { - "cache": true - }, - "build": { - "cache": true - }, - "quality": { - "cache": true - }, - "start": { - "cache": true - }, - "test:unit": { - "cache": true - }, - "test:acceptance": { - "cache": true - }, - "test:e2e": { - "cache": true - }, - "lint": { - "cache": true - }, - "lint:fix": { - "cache": true - }, - "dev": { - "cache": false - }, - "clean": { - "cache": false - } - }, + "targetDefaults": {}, "nxCloudId": "688a9021d48dce0efe0f119f", "plugins": [ {