{ "name": "demo-app-e2e", "$schema": "../../node_modules/nx/schemas/project-schema.json", "sourceRoot": "apps/demo-app-e2e/src", "projectType": "application", "targets": { "e2e": { "executor": "@nrwl/cypress:cypress", "options": { "cypressConfig": "apps/demo-app-e2e/cypress.config.ts", "devServerTarget": "demo-app:serve:development", "testingType": "e2e" }, "configurations": { "production": { "devServerTarget": "demo-app:serve:production" } } }, "lint": { "executor": "@nrwl/linter:eslint", "outputs": ["{options.outputFile}"], "options": { "lintFilePatterns": ["apps/demo-app-e2e/**/*.{js,ts}"] } } }, "tags": [], "implicitDependencies": ["demo-app"] }