Adjust consumers of playwright-common
This commit is contained in:
@@ -3,6 +3,13 @@
|
||||
"projectType": "library",
|
||||
"root": "packages/playwright-common",
|
||||
"targets": {
|
||||
"build:playwright": {
|
||||
"cache": true,
|
||||
"command": "tsc",
|
||||
"inputs": ["src"],
|
||||
"outputs": ["{projectRoot}/lib"],
|
||||
"options": { "cwd": "packages/playwright-common" }
|
||||
},
|
||||
"docker:prebuild": {
|
||||
"cache": true,
|
||||
"command": "echo PLAYWRIGHT_VERSION=$(pnpm --silent -- playwright --version | awk '{print $2}') > .env.docker:build",
|
||||
|
||||
@@ -69,7 +69,7 @@
|
||||
"temporal-polyfill": "^0.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@element-hq/element-web-playwright-common-local": "workspace:*",
|
||||
"@element-hq/element-web-playwright-common": "workspace:*",
|
||||
"@fetch-mock/vitest": "^0.2.18",
|
||||
"@fontsource/inter": "catalog:",
|
||||
"@matrix-org/react-sdk-module-api": "^2.5.0",
|
||||
|
||||
@@ -40,17 +40,17 @@
|
||||
"test:storybook": {
|
||||
"command": "vitest --project=storybook",
|
||||
"options": { "cwd": "packages/shared-components" },
|
||||
"dependsOn": ["typedoc"]
|
||||
"dependsOn": ["typedoc", "^build:playwright"]
|
||||
},
|
||||
"test:storybook:update": {
|
||||
"command": "playwright-screenshots-experimental nx test:storybook --run --update",
|
||||
"command": "playwright-screenshots nx test:storybook --run --update",
|
||||
"options": {
|
||||
"env": {
|
||||
"CI": "1"
|
||||
},
|
||||
"cwd": "packages/shared-components"
|
||||
},
|
||||
"dependsOn": ["typedoc"]
|
||||
"dependsOn": ["typedoc", "^build:playwright"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user