You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/deploy/schema.json
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,14 @@
9
9
},
10
10
"configuration": {
11
11
"type": "string",
12
-
"description": "A named build target, as specified in the `configurations` section of angular.json. Each named target is accompanied by a configuration of option defaults for that target. Same as `ng build --configuration=XXX`."
12
+
"default": "production",
13
+
"description": "A named build target, as specified in the `configurations` section of angular.json. Each named target is accompanied by a configuration of option defaults for that target. Same as `ng build --configuration=XXX`.",
14
+
"alias": "c"
15
+
},
16
+
"noBuild": {
17
+
"type": "boolean",
18
+
"default": false,
19
+
"description": "Skip build process during deployment."
0 commit comments