diff --git a/package.json b/package.json index 5f5bf325..1e579008 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,7 @@ "prepare": "husky install", "prettier": "prettier --check '**/*.{js,ts,jsx,tsx,scss}'", "prettier:write": "prettier --write '**/*.{js,ts,jsx,tsx,scss}'", + "playwright:install": "playwright install --with-deps", "playwright:start": "yarn dev", "playwright:test": "npx playwright test", "playwright:debug": "npx playwright test --debug"