Files
posthog/playwright/package.json
2025-06-13 11:28:48 +02:00

13 lines
333 B
JSON

{
"name": "@posthog/playwright",
"scripts": {
"build:products": "pnpm --filter=@posthog/frontend build:products",
"test": "pnpm build:products && playwright test"
},
"dependencies": {
"@playwright/test": "1.45.0",
"@posthog/frontend": "workspace:*"
},
"peerDependencies": {}
}