|
1 | 1 | {
|
2 |
| - "version": 1, |
| 2 | + "version": 2, |
3 | 3 | "projects": {
|
4 | 4 | "demo": {
|
5 | 5 | "root": "apps/demo/",
|
6 | 6 | "sourceRoot": "apps/demo/src",
|
7 | 7 | "projectType": "application",
|
8 | 8 | "prefix": "demo",
|
9 |
| - "architect": { |
| 9 | + "targets": { |
10 | 10 | "build": {
|
11 |
| - "builder": "@nativescript/nx:build", |
| 11 | + "executor": "@nativescript/nx:build", |
12 | 12 | "options": {
|
13 | 13 | "noHmr": true,
|
14 | 14 | "production": true,
|
|
18 | 18 | }
|
19 | 19 | },
|
20 | 20 | "ios": {
|
21 |
| - "builder": "@nativescript/nx:build", |
| 21 | + "executor": "@nativescript/nx:build", |
22 | 22 | "options": {
|
23 | 23 | "platform": "ios"
|
24 | 24 | }
|
25 | 25 | },
|
26 | 26 | "android": {
|
27 |
| - "builder": "@nativescript/nx:build", |
| 27 | + "executor": "@nativescript/nx:build", |
28 | 28 | "options": {
|
29 | 29 | "platform": "android"
|
30 | 30 | }
|
31 | 31 | },
|
32 | 32 | "clean": {
|
33 |
| - "builder": "@nativescript/nx:build", |
| 33 | + "executor": "@nativescript/nx:build", |
34 | 34 | "options": {
|
35 | 35 | "clean": true
|
36 | 36 | }
|
|
42 | 42 | "sourceRoot": "apps/demo-angular/src",
|
43 | 43 | "projectType": "application",
|
44 | 44 | "prefix": "demo",
|
45 |
| - "architect": { |
| 45 | + "targets": { |
46 | 46 | "build": {
|
47 |
| - "builder": "@nativescript/nx:build", |
| 47 | + "executor": "@nativescript/nx:build", |
48 | 48 | "options": {
|
49 | 49 | "noHmr": true,
|
50 | 50 | "production": true,
|
|
54 | 54 | }
|
55 | 55 | },
|
56 | 56 | "ios": {
|
57 |
| - "builder": "@nativescript/nx:build", |
| 57 | + "executor": "@nativescript/nx:build", |
58 | 58 | "options": {
|
59 | 59 | "platform": "ios"
|
60 | 60 | }
|
61 | 61 | },
|
62 | 62 | "android": {
|
63 |
| - "builder": "@nativescript/nx:build", |
| 63 | + "executor": "@nativescript/nx:build", |
64 | 64 | "options": {
|
65 | 65 | "platform": "android"
|
66 | 66 | }
|
67 | 67 | },
|
68 | 68 | "clean": {
|
69 |
| - "builder": "@nativescript/nx:build", |
| 69 | + "executor": "@nativescript/nx:build", |
70 | 70 | "options": {
|
71 | 71 | "clean": true
|
72 | 72 | }
|
|
76 | 76 | "all": {
|
77 | 77 | "root": "packages/",
|
78 | 78 | "projectType": "library",
|
79 |
| - "architect": { |
| 79 | + "targets": { |
80 | 80 | "build": {
|
81 |
| - "builder": "@nrwl/workspace:run-commands", |
82 | 81 | "outputs": [
|
83 | 82 | "dist/packages"
|
84 | 83 | ],
|
85 | 84 | "options": {
|
86 | 85 | "commands": [],
|
87 | 86 | "parallel": false
|
88 |
| - } |
| 87 | + }, |
| 88 | + "executor": "@nrwl/workspace:run-commands" |
89 | 89 | },
|
90 | 90 | "focus": {
|
91 |
| - "builder": "@nrwl/workspace:run-commands", |
92 | 91 | "outputs": [
|
93 | 92 | "dist/packages"
|
94 | 93 | ],
|
|
97 | 96 | "nx g @nativescript/plugin-tools:focus-packages"
|
98 | 97 | ],
|
99 | 98 | "parallel": false
|
100 |
| - } |
| 99 | + }, |
| 100 | + "executor": "@nrwl/workspace:run-commands" |
101 | 101 | }
|
102 | 102 | }
|
103 | 103 | }
|
|
0 commit comments