We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dcae5f commit d8827b1Copy full SHA for d8827b1
packages/cli/project.json
@@ -18,7 +18,7 @@
18
"build": {
19
"executor": "@nx/js:tsc",
20
"inputs": ["{projectRoot}/bin/**/*", "{projectRoot}/src/**/*"],
21
- "dependsOn": ["build-bin"],
+ "dependsOn": ["^build", "build-bin"],
22
"outputs": ["{options.outputPath}"],
23
"options": {
24
"main": "packages/cli/src/generators/index.ts",
0 commit comments