Skip to content

Commit e0882a7

Browse files
clydinvikerman
authored andcommitted
fix(@angular-devkit/core): make workspace projects field not required
It has a default which makes the required aspect void. Global files also do not have projects.
1 parent e177849 commit e0882a7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/angular_devkit/core/src/workspace/workspace-schema.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@
4848
},
4949
"additionalProperties": false,
5050
"required": [
51-
"version",
52-
"projects"
51+
"version"
5352
],
5453
"definitions": {
5554
"project": {

0 commit comments

Comments
 (0)