From f1008ab7a5d1af8ef56893ac1689e4bf13eaeca1 Mon Sep 17 00:00:00 2001 From: Ildar Kamalov Date: Mon, 3 Feb 2025 15:18:11 +0300 Subject: [PATCH] remove unknown command --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 9e2e0c77..97565d63 100644 --- a/Makefile +++ b/Makefile @@ -118,8 +118,6 @@ js-deps-e2e: @npx playwright --version || { echo "ERROR: Playwright installation failed"; exit 1; } - @npx playwright show-browsers || { echo "ERROR: Playwright browsers are missing"; exit 1; } - @ls -l ~/.cache/ms-playwright/ || { echo "ERROR: Playwright browser binaries not found"; exit 1; } @echo "Playwright setup verified successfully"