{
"name": "governance-e2e",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "apps/governance-e2e/src",
"projectType": "application",
"targets": {
"e2e": {
"executor": "@nx/cypress:cypress",
"options": {
"cypressConfig": "apps/governance-e2e/cypress.config.js",
"devServerTarget": "governance:serve"
},
"configurations": {
"production": {
"devServerTarget": "governance:serve:production"
}
"lint": {
"executor": "@nx/eslint:lint",
"outputs": ["{options.outputFile}"],
"lintFilePatterns": ["apps/governance-e2e/**/*.{js,ts}"]
"build": {
"executor": "nx:run-commands",
"outputs": [],
"command": "yarn tsc --project ./apps/governance-e2e/"
"tags": [],
"implicitDependencies": ["governance"]