@@ -36,8 +36,8 @@ module.exports = {
36
36
script : 'nx run demo:android' ,
37
37
description : '⚆ Run Android 🤖' ,
38
38
} ,
39
- } ,
40
- '...Angular...' : {
39
+ } ,
40
+ '...Angular...' : {
41
41
script : `npx cowsay "Test all the Angles!"` ,
42
42
description : ` 🔻 Angular` ,
43
43
} ,
@@ -63,8 +63,8 @@ module.exports = {
63
63
// packages
64
64
// build output is always in dist/packages
65
65
'@nativescript' : {
66
- // @nativescript /appavailability
67
- ' appavailability' : {
66
+ // @nativescript /appavailability
67
+ appavailability : {
68
68
build : {
69
69
script : 'nx run appavailability:build.all' ,
70
70
description : '@nativescript/appavailability: Build' ,
@@ -146,8 +146,8 @@ module.exports = {
146
146
script : 'nx run zip:build.all' ,
147
147
description : '@nativescript/zip: Build' ,
148
148
} ,
149
- } ,
150
- 'build-all' : {
149
+ } ,
150
+ 'build-all' : {
151
151
script : 'nx run all:build' ,
152
152
description : 'Build all packages' ,
153
153
} ,
@@ -171,52 +171,52 @@ module.exports = {
171
171
description : '_____________ Focus (VS Code supported) _____________' ,
172
172
} ,
173
173
focus : {
174
- ' appavailability' : {
175
- script : 'nx workspace-schematic focus-packages appavailability' ,
174
+ appavailability : {
175
+ script : 'nx run appavailability:focus ' ,
176
176
description : 'Focus on @nativescript/appavailability' ,
177
177
} ,
178
178
camera : {
179
179
script : 'nx run camera:focus' ,
180
180
description : 'Focus on @nativescript/camera' ,
181
181
} ,
182
182
datetimepicker : {
183
- script : 'nx workspace-schematic focus-packages datetimepicker' ,
183
+ script : 'nx run datetimepicker:focus ' ,
184
184
description : 'Focus on @nativescript/datetimepicker' ,
185
185
} ,
186
186
directions : {
187
- script : 'nx workspace-schematic focus-packages directions' ,
187
+ script : 'nx run directions:focus ' ,
188
188
description : 'Focus on @nativescript/directions' ,
189
189
} ,
190
190
email : {
191
191
script : 'nx run email:focus' ,
192
192
description : 'Focus on @nativescript/email' ,
193
193
} ,
194
194
'fingerprint-auth' : {
195
- script : 'nx workspace-schematic focus-packages fingerprint-auth' ,
195
+ script : 'nx run fingerprint-auth:focus ' ,
196
196
description : 'Focus on @nativescript/fingerprint-auth' ,
197
197
} ,
198
198
geolocation : {
199
- script : 'nx workspace-schematic focus-packages geolocation' ,
199
+ script : 'nx run geolocation:focus ' ,
200
200
description : 'Focus on @nativescript/geolocation' ,
201
201
} ,
202
202
imagepicker : {
203
- script : 'nx workspace-schematic focus-packages imagepicker' ,
203
+ script : 'nx run imagepicker:focus ' ,
204
204
description : 'Focus on @nativescript/imagepicker' ,
205
205
} ,
206
206
iqkeyboardmanager : {
207
- script : 'nx workspace-schematic focus-packages iqkeyboardmanager' ,
207
+ script : 'nx run iqkeyboardmanager:focus ' ,
208
208
description : 'Focus on @nativescript/iqkeyboardmanager' ,
209
209
} ,
210
210
'local-notifications' : {
211
- script : 'nx workspace-schematic focus-packages local-notifications' ,
211
+ script : 'nx run local-notifications:focus ' ,
212
212
description : 'Focus on @nativescript/local-notifications' ,
213
213
} ,
214
214
'shared-notification-delegate' : {
215
- script : 'nx workspace-schematic focus-packages shared-notification-delegate' ,
215
+ script : 'nx run shared-notification-delegate:focus ' ,
216
216
description : 'Focus on @nativescript/shared-notification-delegate' ,
217
217
} ,
218
218
zip : {
219
- script : 'nx workspace-schematic focus-packages zip' ,
219
+ script : 'nx run zip:focus ' ,
220
220
description : 'Focus on @nativescript/zip' ,
221
221
} ,
222
222
reset : {
0 commit comments