Skip to content

Commit 1dc8b60

Browse files
alan-agius4pkozlowski-opensource
authored andcommitted
build: disable Angular CLI cache
This can break things in bazel
1 parent 3731f07 commit 1dc8b60

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

dev-app/angular.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
"version": 1,
44
"cli": {
55
"packageManager": "pnpm",
6-
"analytics": "dca119a9-da31-47f7-a6cb-b60541037021"
6+
"analytics": "dca119a9-da31-47f7-a6cb-b60541037021",
7+
"cache": {
8+
"enabled": false
9+
}
710
},
811
"newProjectRoot": "projects",
912
"projects": {

0 commit comments

Comments
 (0)