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": {
|
2022-06-28 18:07:31 +00:00
|
|
|
"cypressConfig": "apps/explorer-e2e/cypress.config.js",
|
2022-02-15 14:12:27 +00:00
|
|
|
"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"]
|
|
|
|
}
|