Skip to content

Commit e790ba2

Browse files
committed
chore: add watch as cacheable option to workspace
1 parent 98a4e0c commit e790ba2

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
@@ -4,7 +4,7 @@
44
"default": {
55
"runner": "@nrwl/nx-cloud",
66
"options": {
7-
"cacheableOperations": ["build", "lint", "test", "e2e"],
7+
"cacheableOperations": ["build", "lint", "test", "e2e", "watch"],
88
"accessToken": "MzZlZTRmZGMtYTI3Ny00NmIxLThlNjctMmZhM2E3MGM4ZDcwfHJlYWQtd3JpdGU="
99
}
1010
}

0 commit comments

Comments
 (0)