2023-01-20 19:04:25 +03:00
|
|
|
{
|
2023-02-28 22:41:18 +03:00
|
|
|
"name": "nx-internal-plugin-e2e",
|
2023-01-20 19:04:25 +03:00
|
|
|
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
|
|
|
|
"projectType": "application",
|
|
|
|
"sourceRoot": "apps/nx/internal-plugin-e2e/src",
|
|
|
|
"targets": {
|
|
|
|
"e2e": {
|
|
|
|
"executor": "@nrwl/nx-plugin:e2e",
|
|
|
|
"options": {
|
|
|
|
"target": "nx-internal-plugin:build",
|
|
|
|
"jestConfig": "apps/nx/internal-plugin-e2e/jest.config.ts"
|
|
|
|
}
|
2023-05-09 13:41:15 +03:00
|
|
|
},
|
|
|
|
"lint": {
|
|
|
|
"executor": "@nrwl/linter:eslint",
|
|
|
|
"outputs": ["{options.outputFile}"],
|
|
|
|
"options": {
|
|
|
|
"lintFilePatterns": [
|
|
|
|
"apps/nx/internal-plugin-e2e/**/*.ts",
|
|
|
|
"apps/nx/internal-plugin-e2e/**/*.json"
|
|
|
|
]
|
|
|
|
}
|
2023-01-20 19:04:25 +03:00
|
|
|
}
|
|
|
|
},
|
2023-05-09 13:41:15 +03:00
|
|
|
"tags": ["scope:nx-plugins", "type:e2e"],
|
2023-01-20 19:04:25 +03:00
|
|
|
"implicitDependencies": ["nx-internal-plugin"]
|
|
|
|
}
|