From b0dad4f9046410858b2e96874a89fac7eddb72ea Mon Sep 17 00:00:00 2001 From: Torbjorn van Heeswijck Date: Thu, 10 Oct 2024 21:04:09 +1030 Subject: [PATCH] MI-73: Simplify Nx project dependencies for auth module --- packages/modules/auth/project.json | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/packages/modules/auth/project.json b/packages/modules/auth/project.json index 387e5625..d64ad740 100644 --- a/packages/modules/auth/project.json +++ b/packages/modules/auth/project.json @@ -13,12 +13,7 @@ } ] }, - "dependsOn": [ - { - "projects": ["auth-resolvers"], - "target": "build" - } - ] + "dependsOn": ["^codegen"] }, "build": { "executor": "@nx/js:tsc", @@ -33,13 +28,7 @@ "packages/modules/auth/src/schema/*.graphql" ], "external": "none" - }, - "dependsOn": [ - { - "projects": ["auth-resolvers"], - "target": "build" - } - ] + } }, "publish": { "command": "node tools/scripts/publish.mjs auth-module {args.ver} {args.tag}",