Skip to content

Commit 1fec88b

Browse files
IgorMinargkalpak
authored andcommitted
build: fix angular.json that was missing keys due to cli bugs
angular/angular-cli#10225 angular/angular-cli#10226
1 parent 696d242 commit 1fec88b

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

aio/angular.json

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
2+
"$schema": "./node_modules/@angular-devkit/core/src/workspace/workspace-schema.json",
23
"version": 1,
4+
"cli": {
5+
"packageManager": "yarn"
6+
},
37
"newProjectRoot": "projects",
48
"projects": {
59
"site": {

integration/cli-hello-world/angular.json

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
2+
"$schema": "./node_modules/@angular-devkit/core/src/workspace/workspace-schema.json",
23
"version": 1,
4+
"cli": {
5+
"packageManager": "yarn"
6+
},
37
"newProjectRoot": "projects",
48
"projects": {
59
"cli-hello-world": {

0 commit comments

Comments
 (0)