-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.json
More file actions
24 lines (24 loc) · 749 Bytes
/
project.json
File metadata and controls
24 lines (24 loc) · 749 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "all",
"$schema": "node_modules/nx/schemas/project-schema.json",
"projectType": "application",
"targets": {
"build": {
"executor": "@nrwl/workspace:run-commands",
"outputs": ["dist/packages"],
"options": {
"commands": ["nx run nativescript-uuid:build.all", "nx run nativescript-google-maps:build.all", "nx run autocomplete:build.all", "nx run switcher:build.all", "nx run nativescript-otp:build.all"],
"parallel": false
}
},
"focus": {
"outputs": ["dist/packages"],
"options": {
"commands": ["nx g @nativescript/plugin-tools:focus-packages"],
"parallel": false
},
"executor": "@nrwl/workspace:run-commands"
}
},
"sourceRoot": ""
}