This commit is contained in:
Nathan Bierema 2022-05-08 10:10:05 -04:00
parent 15b3916170
commit fb56de6b56

View File

@ -5,13 +5,7 @@
"default": { "default": {
"runner": "nx/tasks-runners/default", "runner": "nx/tasks-runners/default",
"options": { "options": {
"cacheableOperations": [ "cacheableOperations": ["build", "test", "lint", "package", "prepare"]
"build",
"test",
"lint",
"package",
"prepare"
]
} }
} }
}, },