vega-frontend-monorepo/apps/simple-trading-app-e2e/project.json

29 lines
769 B
JSON
Raw Normal View History

{
"root": "apps/simple-trading-app-e2e",
"sourceRoot": "apps/simple-trading-app-e2e/src",
"projectType": "application",
"targets": {
"e2e": {
"executor": "@nrwl/cypress:cypress",
"options": {
"cypressConfig": "apps/simple-trading-app-e2e/cypress.config.js",
"devServerTarget": "simple-trading-app:serve"
},
"configurations": {
"production": {
"devServerTarget": "simple-trading-app:serve:production"
}
}
},
"lint": {
"executor": "@nrwl/linter:eslint",
"outputs": ["{options.outputFile}"],
"options": {
"lintFilePatterns": ["apps/simple-trading-app-e2e/**/*.{js,ts}"]
}
}
},
"tags": [],
"implicitDependencies": ["simple-trading-app"]
}