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": [ {