Skip to content

Commit ae1fa66

Browse files
committed
refactor: make test:lib depend on compile again
1 parent 431f81b commit ae1fa66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nx.json

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

0 commit comments

Comments
 (0)