From d967239bd34b21966a04ec0bc43fca7ab9487fd2 Mon Sep 17 00:00:00 2001 From: Robin Heggelund Hansen Date: Sun, 24 Nov 2024 22:28:50 +0100 Subject: [PATCH] Revert "Attempt to fix playwright on github actions." This reverts commit 28ab2e3d7841bd31e2a278e7798305224b0953cc. --- 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 6278ef2..4799e38 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 --with-deps" + "postinstall": "npx playwright install" } }