|
1 | 1 | {
|
2 |
| - "name": "nextjs-app-e2e", |
3 |
| - "$schema": "../../node_modules/nx/schemas/project-schema.json", |
4 |
| - "sourceRoot": "apps/nextjs-app-e2e/src", |
5 |
| - "projectType": "application", |
6 |
| - "targets": { |
7 |
| - "e2e": { |
8 |
| - "executor": "@nrwl/cypress:cypress", |
9 |
| - "options": { |
10 |
| - "cypressConfig": "apps/nextjs-app-e2e/cypress.config.ts", |
11 |
| - "devServerTarget": "nextjs-app:serve:development", |
12 |
| - "testingType": "e2e" |
13 |
| - }, |
14 |
| - "configurations": { |
15 |
| - "production": { |
16 |
| - "devServerTarget": "nextjs-app:serve:production" |
| 2 | + "name": "nextjs-app-e2e", |
| 3 | + "$schema": "../../node_modules/nx/schemas/project-schema.json", |
| 4 | + "sourceRoot": "apps/nextjs-app-e2e/src", |
| 5 | + "projectType": "application", |
| 6 | + "targets": { |
| 7 | + "e2e": { |
| 8 | + "executor": "@nrwl/cypress:cypress", |
| 9 | + "options": { |
| 10 | + "cypressConfig": "apps/nextjs-app-e2e/cypress.config.ts", |
| 11 | + "devServerTarget": "nextjs-app:serve:development", |
| 12 | + "testingType": "e2e" |
| 13 | + }, |
| 14 | + "configurations": { |
| 15 | + "production": { |
| 16 | + "devServerTarget": "nextjs-app:serve:production" |
| 17 | + } |
| 18 | + } |
| 19 | + }, |
| 20 | + "lint": { |
| 21 | + "executor": "@nrwl/linter:eslint", |
| 22 | + "outputs": ["{options.outputFile}"], |
| 23 | + "options": { |
| 24 | + "lintFilePatterns": ["apps/nextjs-app-e2e/**/*.{js,ts}"] |
| 25 | + } |
17 | 26 | }
|
18 |
| - } |
19 | 27 | },
|
20 |
| - "lint": { |
21 |
| - "executor": "@nrwl/linter:eslint", |
22 |
| - "outputs": ["{options.outputFile}"], |
23 |
| - "options": { |
24 |
| - "lintFilePatterns": ["apps/nextjs-app-e2e/**/*.{js,ts}"] |
25 |
| - } |
26 |
| - } |
27 |
| - }, |
28 |
| - "tags": [], |
29 |
| - "implicitDependencies": ["nextjs-app"] |
| 28 | + "tags": [], |
| 29 | + "implicitDependencies": ["nextjs-app"] |
30 | 30 | }
|
0 commit comments