|
@@ -55,7 +55,14 @@
|
|
|
"build": "pnpm -r run build",
|
|
"build": "pnpm -r run build",
|
|
|
"test": "pnpm -r run test",
|
|
"test": "pnpm -r run test",
|
|
|
"lint": "pnpm -r run lint",
|
|
"lint": "pnpm -r run lint",
|
|
|
- "typecheck": "pnpm -r run typecheck"
|
|
|
|
|
|
|
+ "typecheck": "pnpm -r run typecheck",
|
|
|
|
|
+ "test:e2e": "cd web && pnpm test:e2e",
|
|
|
|
|
+ "test:e2e:chromium": "cd web && pnpm test:e2e:chromium",
|
|
|
|
|
+ "test:e2e:firefox": "cd web && pnpm test:e2e:firefox",
|
|
|
|
|
+ "test:e2e:webkit": "cd web && pnpm test:e2e:webkit",
|
|
|
|
|
+ "test:e2e:ui": "cd web && pnpm test:e2e:ui",
|
|
|
|
|
+ "test:e2e:debug": "cd web && pnpm test:e2e:debug",
|
|
|
|
|
+ "test:e2e:report": "cd web && pnpm exec playwright show-report"
|
|
|
},
|
|
},
|
|
|
"keywords": [],
|
|
"keywords": [],
|
|
|
"author": "",
|
|
"author": "",
|