mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-19 02:51:33 +03:00
29 lines
880 B
JSON
29 lines
880 B
JSON
{
|
|
"$schema": "../../node_modules/nx/schemas/project-schema.json",
|
|
"sourceRoot": "apps/ligo-virgo-e2e/src",
|
|
"projectType": "application",
|
|
"targets": {
|
|
"e2e": {
|
|
"executor": "@nrwl/cypress:cypress",
|
|
"options": {
|
|
"cypressConfig": "apps/ligo-virgo-e2e/cypress.config.ts",
|
|
"devServerTarget": "ligo-virgo:serve"
|
|
},
|
|
"configurations": {
|
|
"production": {
|
|
"devServerTarget": "ligo-virgo:serve:production"
|
|
}
|
|
}
|
|
},
|
|
"lint": {
|
|
"executor": "@nrwl/linter:eslint",
|
|
"outputs": ["{options.outputFile}"],
|
|
"options": {
|
|
"lintFilePatterns": ["apps/ligo-virgo-e2e/**/*.{js,ts}"]
|
|
}
|
|
}
|
|
},
|
|
"tags": [],
|
|
"implicitDependencies": ["ligo-virgo"]
|
|
}
|