migrate to nx 16 (#3465)

* migrate to nx 16

* lock file
This commit is contained in:
Denys Vuika
2023-10-05 17:12:54 +01:00
committed by GitHub
parent f2d09e8b1a
commit 18542ebf8b
18 changed files with 4079 additions and 3864 deletions

View File

@@ -1,15 +1,13 @@
{
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
"name": "authentication-e2e",
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "e2e/playwright/authentication/src",
"projectType": "application",
"targets": {
"e2e": {
"executor": "nx:run-commands",
"options": {
"commands": [
"npx playwright test --config=e2e/playwright/authentication/playwright.config.ts"
]
"commands": ["npx playwright test --config=e2e/playwright/authentication/playwright.config.ts"]
},
"configurations": {
"production": {