feat: add review
This commit is contained in:
20
apps/showcase-e2e/project.json
Normal file
20
apps/showcase-e2e/project.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "showcase-e2e",
|
||||
"$schema": "../../node_modules/nx/schemas/project-schema.json",
|
||||
"sourceRoot": "apps/showcase-e2e/src",
|
||||
"projectType": "application",
|
||||
"tags": [],
|
||||
"implicitDependencies": ["showcase"],
|
||||
"targets": {
|
||||
"e2e": {
|
||||
"executor": "@nx/playwright:playwright",
|
||||
"outputs": ["{workspaceRoot}/dist/.playwright/apps/showcase-e2e"],
|
||||
"options": {
|
||||
"config": "apps/showcase-e2e/playwright.config.ts"
|
||||
}
|
||||
},
|
||||
"lint": {
|
||||
"executor": "@nx/eslint:lint"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user