do not treat check as a cacheable operation && cleanup

This commit is contained in:
Norbert de Langen 2023-01-24 08:33:33 +01:00
parent 682ec69e82
commit 4ff3cefc4c
No known key found for this signature in database
GPG Key ID: FD0E78AF9A837762

View File

@ -11,7 +11,7 @@
"default": {
"runner": "@nrwl/nx-cloud",
"options": {
"cacheableOperations": ["build", "test", "lint", "package", "prep", "check"],
"cacheableOperations": ["prep"],
"accessToken": "NGVmYTkxMmItYzY3OS00MjkxLTk1ZDktZDFmYTFmNmVlNGY4fHJlYWQ=",
"canTrackAnalytics": false,
"showUsageWarnings": true,