Ensure precommit check is done before each build when using make. (#2231)

This commit is contained in:
Nicholas Tollervey
2024-10-24 15:27:29 +01:00
committed by GitHub
parent 00e6cfed29
commit fe580cd90b

View File

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