Skip to content

Commit 0b87d71

Browse files
fmalcherJohannesHoppe
authored andcommitted
feat(ng-add): add public "project" config property
Starting with NG14 there is no defaultProject setting in angular.json anymore. With this setting, we can manually select the project that we want to add the deploy config to.
1 parent 94ecd2c commit 0b87d71

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/ng-add-schema.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@
33
"$id": "angular-cli-ghpages-ng-add-schematic",
44
"title": "angular-cli-ghpages ng-add schematic",
55
"type": "object",
6-
"properties": {},
6+
"properties": {
7+
"project": {
8+
"type": "string",
9+
"description": "The project for which the deploy config should be added"
10+
}
11+
},
712
"required": [],
813
"additionalProperties": false
914
}

0 commit comments

Comments
 (0)