From cbe336f466f9310343011eb2226fb78b192affc0 Mon Sep 17 00:00:00 2001 From: silverwind Date: Sun, 15 Feb 2026 11:36:55 +0100 Subject: [PATCH] cleanup --- Makefile | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 1e34b8f2a9..a01e00f090 100644 --- a/Makefile +++ b/Makefile @@ -553,13 +553,10 @@ test-mssql\#%: integrations.mssql.test generate-ini-mssql .PHONY: test-mssql-migration test-mssql-migration: migrations.mssql.test migrations.individual.mssql.test -.PHONY: playwright -playwright: deps-frontend - $(NODE_VARS) pnpm exec playwright install --with-deps chromium $(PLAYWRIGHT_FLAGS) - .PHONY: test-e2e -test-e2e: playwright - EXECUTABLE=$(EXECUTABLE) bash tools/test-e2e.sh $(E2E_FLAGS) +test-e2e: deps-frontend + @$(NODE_VARS) pnpm exec playwright install --with-deps chromium $(PLAYWRIGHT_FLAGS) + EXECUTABLE=$(EXECUTABLE) ./tools/test-e2e.sh $(E2E_FLAGS) .PHONY: bench-sqlite bench-sqlite: integrations.sqlite.test generate-ini-sqlite