Skip to content

Commit 0a28c48

Browse files
committed
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 57963e0 commit 0a28c48

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)