Skip to content

Commit b4a9db0

Browse files
committed
chore: nx configuration change
1 parent 69f9fed commit b4a9db0

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

nx.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
{
2-
"$schema": "./node_modules/nx/schemas/nx-schema.json"
3-
}
2+
"$schema": "./node_modules/nx/schemas/nx-schema.json",
3+
"targetDependencies": {
4+
"build": [
5+
{
6+
"target": "build",
7+
"projects": "dependencies"
8+
}
9+
]
10+
}
11+
}

0 commit comments

Comments
 (0)