Skip to content

Commit 9b77570

Browse files
Alan Agiuskyliau
authored andcommitted
fix(@schematics/angular): remove properties which are set by default from required
At the moment, these would end up being required to be passed even though a default is provided. Fixes #13010
1 parent 7942e64 commit 9b77570

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/schematics/angular/service-worker/schema.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@
2424
}
2525
},
2626
"required": [
27-
"project",
28-
"target",
29-
"configuration"
27+
"project"
3028
]
3129
}

0 commit comments

Comments
 (0)