vega-frontend-monorepo/apps/explorer-e2e/project.json

29 lines
694 B
JSON
Raw Normal View History

2022-02-15 14:12:27 +00:00
{
"root": "apps/explorer-e2e",
"sourceRoot": "apps/explorer-e2e/src",
"projectType": "application",
"targets": {
"e2e": {
"executor": "@nrwl/cypress:cypress",
"options": {
"cypressConfig": "apps/explorer-e2e/cypress.json",
"devServerTarget": "explorer:serve"
},
"configurations": {
"production": {
"devServerTarget": "explorer:serve:production"
}
}
},
"lint": {
"executor": "@nrwl/linter:eslint",
"outputs": ["{options.outputFile}"],
"options": {
"lintFilePatterns": ["apps/explorer-e2e/**/*.{js,ts}"]
}
}
},
"tags": [],
"implicitDependencies": ["explorer"]
}