From 4da9d5f82b8a712d9c643ccaf8f7a5d17db9f01a Mon Sep 17 00:00:00 2001 From: Matthew Griffin Date: Thu, 13 Jun 2024 15:42:33 +0100 Subject: [PATCH] CI Install may need dependencies --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7d677bb0..97fe2f98 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "watch": "ng build --watch --configuration development", "test": "ng test", "lint": "ng lint", - "playwright-install": "pip install -r requirements.txt && playwright install", + "playwright-install": "pip install -r requirements.txt && playwright install --with-deps", "playwright-test": "cd playwright/tests && pytest" }, "private": true,