4ae410eaab
* feat: [console-lite] - change app name * feat: [console-lite] - change app name Co-authored-by: maciek <maciek@vegaprotocol.io>
29 lines
727 B
JSON
29 lines
727 B
JSON
{
|
|
"root": "apps/console-lite-e2e",
|
|
"sourceRoot": "apps/console-lite-e2e/src",
|
|
"projectType": "application",
|
|
"targets": {
|
|
"e2e": {
|
|
"executor": "@nrwl/cypress:cypress",
|
|
"options": {
|
|
"cypressConfig": "apps/console-lite-e2e/cypress.config.js",
|
|
"devServerTarget": "console-lite:serve"
|
|
},
|
|
"configurations": {
|
|
"production": {
|
|
"devServerTarget": "console-lite:serve:production"
|
|
}
|
|
}
|
|
},
|
|
"lint": {
|
|
"executor": "@nrwl/linter:eslint",
|
|
"outputs": ["{options.outputFile}"],
|
|
"options": {
|
|
"lintFilePatterns": ["apps/console-lite-e2e/**/*.{js,ts}"]
|
|
}
|
|
}
|
|
},
|
|
"tags": [],
|
|
"implicitDependencies": ["console-lite"]
|
|
}
|