mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-16 02:24:10 +08:00
test(@angular-devkit/build-angular): correctly disable caching in unit-tests
The unit-tests where intended to not use build caching to better ensure test isolation. However, the configuration format was incorrect and did not disable the build caching.
This commit is contained in:
parent
5a958884f6
commit
93ae204047
@ -3,7 +3,9 @@
|
||||
"version": 1,
|
||||
"newProjectRoot": "./projects",
|
||||
"cli": {
|
||||
"enabled": false
|
||||
"cache": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"schematics": {},
|
||||
"targets": {},
|
||||
|
@ -2,7 +2,9 @@
|
||||
"$schema": "../../../../packages/angular_devkit/core/src/workspace/workspace-schema.json",
|
||||
"version": 1,
|
||||
"cli": {
|
||||
"enabled": false
|
||||
"cache": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"projects": {
|
||||
"lib": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user