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 69f9fed commit b4a9db0Copy full SHA for b4a9db0
1 file changed
nx.json
@@ -1,3 +1,11 @@
1
{
2
- "$schema": "./node_modules/nx/schemas/nx-schema.json"
3
-}
+ "$schema": "./node_modules/nx/schemas/nx-schema.json",
+ "targetDependencies": {
4
+ "build": [
5
+ {
6
+ "target": "build",
7
+ "projects": "dependencies"
8
+ }
9
+ ]
10
11
+}
0 commit comments