remove unknown command

This commit is contained in:
Ildar Kamalov
2025-02-03 15:18:11 +03:00
parent e34fc6ac5e
commit f1008ab7a5

View File

@@ -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"