mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 01:12:56 +03:00
f3951e1680
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/8079 Co-authored-by: Stefano Magni <173663+NoriSte@users.noreply.github.com> GitOrigin-RevId: 46b1ed03ab225fccc9d769203d1af11a6bcdb63e
18 lines
475 B
JSON
18 lines
475 B
JSON
{
|
|
"name": "nx-internal-plugin-e2e",
|
|
"$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"
|
|
}
|
|
}
|
|
},
|
|
"tags": [],
|
|
"implicitDependencies": ["nx-internal-plugin"]
|
|
}
|