From 40c9d671bd9d1c8b67f5ca33506b9561b203f9d3 Mon Sep 17 00:00:00 2001 From: Andrew Galvan Date: Wed, 15 Jan 2025 14:49:56 -0800 Subject: [PATCH] update --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c53d757..6161542 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "test": "vitest", "test:e2e": "playwright test", "test:e2e:dev": "playwright test --ui", - "test:e2e:install": "pnpm dlx playwright install --with-deps chromium", + "test:e2e:install": "pnpm exec playwright install", "test:e2e:run": "cross-env CI=true playwright test", "typecheck": "tsc" },