Skip to content

Commit

Permalink
Merged in feature/MI-73_refactor-bigcommerce-dependency-out-of-auth-m…
Browse files Browse the repository at this point in the history
…odule (pull request #464)

MI-73: Simplify Nx project dependencies for auth module

Approved-by: Brett Cutting
  • Loading branch information
tvhees committed Oct 11, 2024
2 parents c4e2f30 + b0dad4f commit 5b0c1a7
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions packages/modules/auth/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,7 @@
}
]
},
"dependsOn": [
{
"projects": ["auth-resolvers"],
"target": "build"
}
]
"dependsOn": ["^codegen"]
},
"build": {
"executor": "@nx/js:tsc",
Expand All @@ -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}",
Expand Down

0 comments on commit 5b0c1a7

Please sign in to comment.