From fe580cd90b84e528e1753a2961de3e9395009318 Mon Sep 17 00:00:00 2001 From: Nicholas Tollervey Date: Thu, 24 Oct 2024 15:27:29 +0100 Subject: [PATCH] Ensure precommit check is done before each build when using make. (#2231) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1e23c27c..862a8202 100644 --- a/Makefile +++ b/Makefile @@ -55,7 +55,7 @@ clean: rm -rf .pytest_cache .coverage coverage.xml # Build PyScript. -build: +build: precommit-check cd core && npx playwright install chromium && npm run build # Update the dependencies.