Skip to content

Commit fd6bba3

Browse files
clydinvikerman
authored andcommitted
fix(@angular/cli): properly type config command value option
1 parent e0882a7 commit fd6bba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/angular/cli/commands/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121
},
2222
"value": {
23-
"type": "string",
23+
"type": ["string", "number", "boolean"],
2424
"description": "The new value to be set.",
2525
"$default": {
2626
"$source": "argv",

0 commit comments

Comments
 (0)