Skip to content

Commit 1771dd2

Browse files
committedApr 7, 2025·
chore: (temporary) make test depend on build
1 parent 04b58a5 commit 1771dd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎nx.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
},
4646
"test:lib": {
4747
"cache": true,
48-
"dependsOn": ["^compile"],
48+
"dependsOn": ["^build"],
4949
"inputs": ["default", "^production"],
5050
"outputs": ["{projectRoot}/coverage"]
5151
},

0 commit comments

Comments
 (0)
Please sign in to comment.