From 28ab2e3d7841bd31e2a278e7798305224b0953cc Mon Sep 17 00:00:00 2001 From: Robin Heggelund Hansen Date: Sun, 24 Nov 2024 22:26:41 +0100 Subject: [PATCH] Attempt to fix playwright on github actions. --- http-server/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http-server/package.json b/http-server/package.json index 4799e38..6278ef2 100644 --- a/http-server/package.json +++ b/http-server/package.json @@ -5,6 +5,6 @@ "gren-lang": "0.4.5" }, "scripts": { - "postinstall": "npx playwright install" + "postinstall": "npx playwright install --with-deps" } }