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: packages/nx/src/executors/build/debug.schema.json
+29-4Lines changed: 29 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,35 @@
37
37
"type": "string",
38
38
"description": "Used with targets to share build configurations and avoid duplicating configurations across multiple targets."
39
39
},
40
+
"provision": {
41
+
"type": "string",
42
+
"description": "(Apple Only) When building, use this provision profile name."
43
+
},
44
+
"aab": {
45
+
"type": "boolean",
46
+
"default": false,
47
+
"description": "(Android Only) When building, create an Android App Bundle (.aab file)."
48
+
},
49
+
"keyStorePath": {
50
+
"type": "string",
51
+
"description": "(Android Only) When building, use the keystore file at this location."
52
+
},
53
+
"keyStorePassword": {
54
+
"type": "string",
55
+
"description": "(Android Only) When building, use this keystore password."
56
+
},
57
+
"keyStoreAlias": {
58
+
"type": "string",
59
+
"description": "(Android Only) When building, use this keystore alias."
60
+
},
61
+
"keyStoreAliasPassword": {
62
+
"type": "string",
63
+
"description": "(Android Only) When building, use this keystore alias password."
64
+
},
65
+
"copyTo": {
66
+
"type": "string",
67
+
"description": "When building, copy the package to this location."
68
+
},
40
69
"android": {
41
70
"type": "object",
42
71
"aab": {
@@ -163,10 +192,6 @@
163
192
"default": -1,
164
193
"description": "Increase the default 90s timeout to connect to a device/simulator"
165
194
},
166
-
"copyTo": {
167
-
"type": "string",
168
-
"description": "When building, copy the package to this location."
169
-
},
170
195
"prepare": {
171
196
"type": "boolean",
172
197
"description": "Starts a Webpack compilation and prepares the app's App_Resources and the plugins platforms directories. The output is generated in a subdirectory for the selected target platform in the platforms directory. This lets you build the project for the selected platform.",
Copy file name to clipboardExpand all lines: packages/nx/src/executors/build/prepare.schema.json
+29-4Lines changed: 29 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,35 @@
37
37
"type": "string",
38
38
"description": "Used with targets to share build configurations and avoid duplicating configurations across multiple targets."
39
39
},
40
+
"provision": {
41
+
"type": "string",
42
+
"description": "(Apple Only) When building, use this provision profile name."
43
+
},
44
+
"aab": {
45
+
"type": "boolean",
46
+
"default": false,
47
+
"description": "(Android Only) When building, create an Android App Bundle (.aab file)."
48
+
},
49
+
"keyStorePath": {
50
+
"type": "string",
51
+
"description": "(Android Only) When building, use the keystore file at this location."
52
+
},
53
+
"keyStorePassword": {
54
+
"type": "string",
55
+
"description": "(Android Only) When building, use this keystore password."
56
+
},
57
+
"keyStoreAlias": {
58
+
"type": "string",
59
+
"description": "(Android Only) When building, use this keystore alias."
60
+
},
61
+
"keyStoreAliasPassword": {
62
+
"type": "string",
63
+
"description": "(Android Only) When building, use this keystore alias password."
64
+
},
65
+
"copyTo": {
66
+
"type": "string",
67
+
"description": "When building, copy the package to this location."
68
+
},
40
69
"android": {
41
70
"type": "object",
42
71
"aab": {
@@ -162,10 +191,6 @@
162
191
"default": -1,
163
192
"description": "Increase the default 90s timeout to connect to a device/simulator"
164
193
},
165
-
"copyTo": {
166
-
"type": "string",
167
-
"description": "When building, copy the package to this location."
168
-
},
169
194
"prepare": {
170
195
"type": "boolean",
171
196
"description": "Starts a Webpack compilation and prepares the app's App_Resources and the plugins platforms directories. The output is generated in a subdirectory for the selected target platform in the platforms directory. This lets you build the project for the selected platform.",
Copy file name to clipboardExpand all lines: packages/nx/src/executors/build/run.schema.json
+29-4Lines changed: 29 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,35 @@
37
37
"type": "string",
38
38
"description": "Used with targets to share build configurations and avoid duplicating configurations across multiple targets."
39
39
},
40
+
"provision": {
41
+
"type": "string",
42
+
"description": "(Apple Only) When building, use this provision profile name."
43
+
},
44
+
"aab": {
45
+
"type": "boolean",
46
+
"default": false,
47
+
"description": "(Android Only) When building, create an Android App Bundle (.aab file)."
48
+
},
49
+
"keyStorePath": {
50
+
"type": "string",
51
+
"description": "(Android Only) When building, use the keystore file at this location."
52
+
},
53
+
"keyStorePassword": {
54
+
"type": "string",
55
+
"description": "(Android Only) When building, use this keystore password."
56
+
},
57
+
"keyStoreAlias": {
58
+
"type": "string",
59
+
"description": "(Android Only) When building, use this keystore alias."
60
+
},
61
+
"keyStoreAliasPassword": {
62
+
"type": "string",
63
+
"description": "(Android Only) When building, use this keystore alias password."
64
+
},
65
+
"copyTo": {
66
+
"type": "string",
67
+
"description": "When building, copy the package to this location."
68
+
},
40
69
"android": {
41
70
"type": "object",
42
71
"aab": {
@@ -162,10 +191,6 @@
162
191
"default": -1,
163
192
"description": "Increase the default 90s timeout to connect to a device/simulator"
164
193
},
165
-
"copyTo": {
166
-
"type": "string",
167
-
"description": "When building, copy the package to this location."
168
-
},
169
194
"prepare": {
170
195
"type": "boolean",
171
196
"description": "Starts a Webpack compilation and prepares the app's App_Resources and the plugins platforms directories. The output is generated in a subdirectory for the selected target platform in the platforms directory. This lets you build the project for the selected platform.",
Copy file name to clipboardExpand all lines: packages/nx/src/executors/build/test.schema.json
+29-4Lines changed: 29 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,35 @@
37
37
"type": "string",
38
38
"description": "Used with targets to share build configurations and avoid duplicating configurations across multiple targets."
39
39
},
40
+
"provision": {
41
+
"type": "string",
42
+
"description": "(Apple Only) When building, use this provision profile name."
43
+
},
44
+
"aab": {
45
+
"type": "boolean",
46
+
"default": false,
47
+
"description": "(Android Only) When building, create an Android App Bundle (.aab file)."
48
+
},
49
+
"keyStorePath": {
50
+
"type": "string",
51
+
"description": "(Android Only) When building, use the keystore file at this location."
52
+
},
53
+
"keyStorePassword": {
54
+
"type": "string",
55
+
"description": "(Android Only) When building, use this keystore password."
56
+
},
57
+
"keyStoreAlias": {
58
+
"type": "string",
59
+
"description": "(Android Only) When building, use this keystore alias."
60
+
},
61
+
"keyStoreAliasPassword": {
62
+
"type": "string",
63
+
"description": "(Android Only) When building, use this keystore alias password."
64
+
},
65
+
"copyTo": {
66
+
"type": "string",
67
+
"description": "When building, copy the package to this location."
68
+
},
40
69
"android": {
41
70
"type": "object",
42
71
"aab": {
@@ -162,10 +191,6 @@
162
191
"default": -1,
163
192
"description": "Increase the default 90s timeout to connect to a device/simulator"
164
193
},
165
-
"copyTo": {
166
-
"type": "string",
167
-
"description": "When building, copy the package to this location."
168
-
},
169
194
"prepare": {
170
195
"type": "boolean",
171
196
"description": "Starts a Webpack compilation and prepares the app's App_Resources and the plugins platforms directories. The output is generated in a subdirectory for the selected target platform in the platforms directory. This lets you build the project for the selected platform.",
Copy file name to clipboardExpand all lines: packages/nx/src/schemas/base.schema.ts
+39-2Lines changed: 39 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,13 @@ export interface BaseSchema {
10
10
platform: Platform;
11
11
silent: boolean;
12
12
verbose: boolean;
13
+
provision: string;
14
+
aab: boolean;
15
+
keyStorePath: string;
16
+
keyStorePassword: string;
17
+
keyStoreAlias: string;
18
+
keyStoreAliasPassword: string;
19
+
copyTo: string;
13
20
}
14
21
15
22
exportconstbaseSchema={
@@ -30,7 +37,8 @@ export const baseSchema = {
30
37
force: {
31
38
type: 'boolean',
32
39
default: true,
33
-
description: 'If true, skips the application compatibility checks and forces npm i to ensure all dependencies are installed. Otherwise, the command will check the application compatibility with the current CLI version and could fail requiring ns migrate.',
40
+
description:
41
+
'If true, skips the application compatibility checks and forces npm i to ensure all dependencies are installed. Otherwise, the command will check the application compatibility with the current CLI version and could fail requiring ns migrate.',
34
42
},
35
43
silent: {
36
44
type: 'boolean',
@@ -51,5 +59,34 @@ export const baseSchema = {
51
59
type: 'string',
52
60
description: 'Used with targets to share build configurations and avoid duplicating configurations across multiple targets.',
53
61
},
62
+
provision: {
63
+
type: 'string',
64
+
description: '(Apple Only) When building, use this provision profile name.',
65
+
},
66
+
aab: {
67
+
type: 'boolean',
68
+
default: false,
69
+
description: '(Android Only) When building, create an Android App Bundle (.aab file).',
70
+
},
71
+
keyStorePath: {
72
+
type: 'string',
73
+
description: '(Android Only) When building, use the keystore file at this location.',
74
+
},
75
+
keyStorePassword: {
76
+
type: 'string',
77
+
description: '(Android Only) When building, use this keystore password.',
78
+
},
79
+
keyStoreAlias: {
80
+
type: 'string',
81
+
description: '(Android Only) When building, use this keystore alias.',
82
+
},
83
+
keyStoreAliasPassword: {
84
+
type: 'string',
85
+
description: '(Android Only) When building, use this keystore alias password.',
86
+
},
87
+
copyTo: {
88
+
type: 'string',
89
+
description: 'When building, copy the package to this location.',
0 commit comments