build: fix angular.json that was missing keys due to cli bugs (#23234)

https://github.com/angular/angular-cli/issues/10225
https://github.com/angular/angular-cli/issues/10226

PR Close #23234
This commit is contained in:
Igor Minar 2018-04-07 11:27:16 -07:00 committed by Jason Aden
parent d35f84a167
commit acbfb9eb4d
2 changed files with 8 additions and 0 deletions

View File

@ -1,5 +1,9 @@
{
"$schema": "./node_modules/@angular-devkit/core/src/workspace/workspace-schema.json",
"version": 1,
"cli": {
"packageManager": "yarn"
},
"newProjectRoot": "projects",
"projects": {
"site": {

View File

@ -1,5 +1,9 @@
{
"$schema": "./node_modules/@angular-devkit/core/src/workspace/workspace-schema.json",
"version": 1,
"cli": {
"packageManager": "yarn"
},
"newProjectRoot": "projects",
"projects": {
"cli-hello-world": {