mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-15 18:13:38 +08:00
test(@angular-devkit/build-webpack): disable webpack cache during unit tests
Unit tests are not isolated and therefore using cache might be flakey due to race conditions.
This commit is contained in:
parent
b3dcefa13c
commit
64ca38bda5
@ -2,7 +2,11 @@
|
||||
"$schema": "../../../../packages/angular_devkit/core/src/workspace/workspace-schema.json",
|
||||
"version": 1,
|
||||
"newProjectRoot": "./projects",
|
||||
"cli": {},
|
||||
"cli": {
|
||||
"cache": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"schematics": {},
|
||||
"targets": {},
|
||||
"projects": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user