Skip to content

Commit 1d09d06

Browse files
committed
test and build don't have to depend on their dependencies' build step
1 parent c7fc3a8 commit 1d09d06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nx.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"targetDefaults": {
1111
"build": {
12-
"dependsOn": ["^build"],
12+
"dependsOn": [],
1313
"inputs": [
1414
"default",
1515
"{workspaceRoot}/tsup.config.ts",
@@ -28,7 +28,7 @@
2828
"{projectRoot}/test/**",
2929
"{projectRoot}/types.ts"
3030
],
31-
"dependsOn": ["build"],
31+
"dependsOn": [],
3232
"cache": true
3333
},
3434
"last-checks": {

0 commit comments

Comments
 (0)