|
1 | 1 | {
|
2 |
| - "version": 1, |
| 2 | + "version": 2, |
3 | 3 | "projects": {
|
4 | 4 | "playground": {
|
5 | 5 | "projectType": "application",
|
6 | 6 | "root": "apps/playground",
|
7 | 7 | "sourceRoot": "apps/playground/src",
|
8 | 8 | "prefix": "ngneat",
|
9 |
| - "architect": { |
| 9 | + "targets": { |
10 | 10 | "build": {
|
11 |
| - "builder": "@angular-devkit/build-angular:browser", |
| 11 | + "executor": "@angular-devkit/build-angular:browser", |
12 | 12 | "outputs": ["{options.outputPath}"],
|
13 | 13 | "options": {
|
14 | 14 | "outputPath": "dist/apps/playground",
|
|
57 | 57 | "defaultConfiguration": "production"
|
58 | 58 | },
|
59 | 59 | "serve": {
|
60 |
| - "builder": "@angular-devkit/build-angular:dev-server", |
| 60 | + "executor": "@angular-devkit/build-angular:dev-server", |
61 | 61 | "configurations": {
|
62 | 62 | "production": {
|
63 | 63 | "browserTarget": "playground:build:production"
|
|
69 | 69 | "defaultConfiguration": "development"
|
70 | 70 | },
|
71 | 71 | "extract-i18n": {
|
72 |
| - "builder": "@angular-devkit/build-angular:extract-i18n", |
| 72 | + "executor": "@angular-devkit/build-angular:extract-i18n", |
73 | 73 | "options": {
|
74 | 74 | "browserTarget": "playground:build"
|
75 | 75 | }
|
76 | 76 | },
|
77 | 77 | "lint": {
|
78 |
| - "builder": "@nrwl/linter:eslint", |
| 78 | + "executor": "@nrwl/linter:eslint", |
79 | 79 | "options": {
|
80 | 80 | "lintFilePatterns": [
|
81 | 81 | "apps/playground/src/**/*.ts",
|
|
84 | 84 | }
|
85 | 85 | },
|
86 | 86 | "test": {
|
87 |
| - "builder": "@nrwl/jest:jest", |
| 87 | + "executor": "@nrwl/jest:jest", |
88 | 88 | "outputs": ["coverage/apps/playground"],
|
89 | 89 | "options": {
|
90 | 90 | "jestConfig": "apps/playground/jest.config.js",
|
|
98 | 98 | "root": "apps/playground-e2e",
|
99 | 99 | "sourceRoot": "apps/playground-e2e/src",
|
100 | 100 | "projectType": "application",
|
101 |
| - "architect": { |
| 101 | + "targets": { |
102 | 102 | "e2e": {
|
103 |
| - "builder": "@nrwl/cypress:cypress", |
| 103 | + "executor": "@nrwl/cypress:cypress", |
104 | 104 | "options": {
|
105 | 105 | "cypressConfig": "apps/playground-e2e/cypress.json",
|
106 | 106 | "devServerTarget": "playground:serve:development",
|
|
113 | 113 | }
|
114 | 114 | },
|
115 | 115 | "lint": {
|
116 |
| - "builder": "@nrwl/linter:eslint", |
| 116 | + "executor": "@nrwl/linter:eslint", |
117 | 117 | "outputs": ["{options.outputFile}"],
|
118 | 118 | "options": {
|
119 | 119 | "lintFilePatterns": ["apps/playground-e2e/**/*.{js,ts}"]
|
|
123 | 123 | "tags": [],
|
124 | 124 | "implicitDependencies": ["playground"]
|
125 | 125 | },
|
126 |
| - "reactive-forms": { |
127 |
| - "projectType": "library", |
128 |
| - "root": "libs/reactive-forms", |
129 |
| - "sourceRoot": "libs/reactive-forms/src", |
130 |
| - "prefix": "ngneat", |
131 |
| - "architect": { |
132 |
| - "build": { |
133 |
| - "builder": "@nrwl/angular:package", |
134 |
| - "outputs": ["dist/libs/reactive-forms"], |
135 |
| - "options": { |
136 |
| - "project": "libs/reactive-forms/ng-package.json" |
137 |
| - }, |
138 |
| - "configurations": { |
139 |
| - "production": { |
140 |
| - "tsConfig": "libs/reactive-forms/tsconfig.lib.prod.json" |
141 |
| - }, |
142 |
| - "development": { |
143 |
| - "tsConfig": "libs/reactive-forms/tsconfig.lib.json" |
144 |
| - } |
145 |
| - }, |
146 |
| - "defaultConfiguration": "production" |
147 |
| - }, |
148 |
| - "test": { |
149 |
| - "builder": "@nrwl/jest:jest", |
150 |
| - "outputs": ["coverage/libs/reactive-forms"], |
151 |
| - "options": { |
152 |
| - "jestConfig": "libs/reactive-forms/jest.config.js", |
153 |
| - "passWithNoTests": true |
154 |
| - } |
155 |
| - }, |
156 |
| - "lint": { |
157 |
| - "builder": "@nrwl/linter:eslint", |
158 |
| - "options": { |
159 |
| - "lintFilePatterns": [ |
160 |
| - "libs/reactive-forms/src/**/*.ts", |
161 |
| - "libs/reactive-forms/src/**/*.html" |
162 |
| - ] |
163 |
| - } |
164 |
| - } |
165 |
| - }, |
166 |
| - "tags": [] |
167 |
| - } |
| 126 | + "reactive-forms": "libs/reactive-forms" |
168 | 127 | }
|
169 | 128 | }
|
0 commit comments