Skip to content

Commit 28ee28d

Browse files
committed
chore: Add target dependencies to nx config
1 parent 34757d6 commit 28ee28d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

nx.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@
2323
"dependsOn": ["clean", "^clean", "^build"]
2424
}
2525
},
26+
"targetDependencies": {
27+
"build": [
28+
{
29+
"target": "build",
30+
"projects": "dependencies"
31+
}
32+
]
33+
},
2634
"$schema": "./node_modules/nx/schemas/nx-schema.json",
2735
"defaultBase": "main"
2836
}

0 commit comments

Comments
 (0)