{ "name": "navigation-e2e", "$schema": "../../../node_modules/nx/schemas/project-schema.json", "sourceRoot": "e2e/playwright/navigation/src", "projectType": "application", "targets": { "e2e": { "executor": "nx:run-commands", "options": { "commands": ["npx playwright test --config=e2e/playwright/navigation/playwright.config.ts"] }, "configurations": { "production": { "devServerTarget": "content-ce:serve:production" } } }, "lint": { "executor": "@angular-eslint/builder:lint" } } }