Skip to content

Commit dd670b1

Browse files
committed
build: cache lint tasks
1 parent 5c33239 commit dd670b1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

nx.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"default": {
44
"runner": "nx/tasks-runners/default",
55
"options": {
6-
"cacheableOperations": ["build", "test"]
6+
"cacheableOperations": ["build", "test", "lint"]
77
}
88
}
99
},
@@ -16,6 +16,10 @@
1616
"test": {
1717
"cache": true,
1818
"dependsOn": ["^test"]
19+
},
20+
"lint": {
21+
"cache": true,
22+
"dependsOn": ["^lint"]
1923
}
2024
}
2125
}

0 commit comments

Comments
 (0)