Skip to content

Commit b6d6d94

Browse files
authored
chore: update nx.json for better caching (#2783)
1 parent 122b203 commit b6d6d94

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

nx.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@
1818
"^compile"
1919
],
2020
"inputs": [
21-
"{projectRoot}/src",
22-
"{projectRoot}/test"
21+
"{projectRoot}/src/**/*.ts",
22+
"{projectRoot}/test/**/*.ts"
2323
],
2424
"outputs": [
2525
"{projectRoot}/build"
2626
]
2727
},
2828
"lint": {
2929
"inputs": [
30-
"{projectRoot}/src",
31-
"{projectRoot}/test"
30+
"{projectRoot}/src/**/*.ts",
31+
"{projectRoot}/test/**/*.ts"
3232
]
3333
},
3434
"version:update": {

0 commit comments

Comments
 (0)