Merge pull request #20762 from storybookjs/norbert/check-no-cache

Build: do not treat check as a cache-able operation && cleanup
This commit is contained in:
Norbert de Langen 2023-01-24 10:25:11 +01:00 committed by GitHub
commit 7da6a624bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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,