mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
build: disable Angular CLI cache
This can break things in bazel
This commit is contained in:
committed by
Pawel Kozlowski
parent
3731f07579
commit
1dc8b60ea2
@@ -3,7 +3,10 @@
|
||||
"version": 1,
|
||||
"cli": {
|
||||
"packageManager": "pnpm",
|
||||
"analytics": "dca119a9-da31-47f7-a6cb-b60541037021"
|
||||
"analytics": "dca119a9-da31-47f7-a6cb-b60541037021",
|
||||
"cache": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"newProjectRoot": "projects",
|
||||
"projects": {
|
||||
|
||||
Reference in New Issue
Block a user