diff --git a/package.json b/package.json index 907a292..c9da7dc 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "lint:ts": "tsc --noEmit --incremental false", "accessibility": "next export && lhci autorun", "accessibility:open": "lhci open", - "test:prepare": "npm run db:schema:compile", + "test:prepare": "npm run db:schema:compile && playwright install webkit", "test:unit": "npm run jest --- --ci --passWithNoTests", "test:unit:watch": "npm run jest --- --watch", "test:coverage": "concurrently --kill-others-on-fail -c \"auto\" \"npm:coverage:app\" \"npm:coverage:storybook\"",