Skip to content

Commit

Permalink
feat: removed the dependency inner package builds (#1169)
Browse files Browse the repository at this point in the history
  • Loading branch information
kpanot authored Dec 20, 2023
2 parents 6797cde + e86d134 commit b919021
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
"cache": true
},
"build-cli": {
"dependsOn": ["^build", "compile"],
"dependsOn": ["^build"],
"inputs": ["cli", "^source"],
"outputs": [
"{projectRoot}/dist/cli/package.json",
Expand All @@ -208,7 +208,7 @@
"cache": true
},
"build-builders": {
"dependsOn": ["^build", "compile", "prepare-build-builders"],
"dependsOn": ["^build", "prepare-build-builders"],
"inputs": ["builders", "schematics", "middlewares", "^source"],
"outputs": [
"{projectRoot}/dist/builders/package.json",
Expand All @@ -227,7 +227,7 @@
"cache": true
},
"build-plugins": {
"dependsOn": ["^build", "compile"],
"dependsOn": ["^build"],
"inputs": ["plugins"],
"outputs": ["{projectRoot}/dist/plugins", "{projectRoot}/build/plugins"],
"cache": true
Expand Down

0 comments on commit b919021

Please sign in to comment.