Skip to content

Commit d8827b1

Browse files
committed
should fix CI
1 parent 3dcae5f commit d8827b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"build": {
1919
"executor": "@nx/js:tsc",
2020
"inputs": ["{projectRoot}/bin/**/*", "{projectRoot}/src/**/*"],
21-
"dependsOn": ["build-bin"],
21+
"dependsOn": ["^build", "build-bin"],
2222
"outputs": ["{options.outputPath}"],
2323
"options": {
2424
"main": "packages/cli/src/generators/index.ts",

0 commit comments

Comments
 (0)