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
+3 -3
View File
@@ -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"]
}
}
}