Adjust consumers of playwright-common

This commit is contained in:
Michael Telatynski
2026-04-09 15:22:56 +01:00
parent 03e12cbd22
commit 540e620f40
8 changed files with 89 additions and 65 deletions
+7
View File
@@ -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",