playwright/packages/html-reporter/package.json
2022-04-21 17:30:17 -07:00

13 lines
312 B
JSON

{
"name": "html-reporter",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build && tsc",
"preview": "vite preview",
"playwright-build": "vite --config playwright.vite.config.ts build",
"playwright-dev": "vite --config playwright.vite.config.ts"
}
}