Updated pre-commit

This commit is contained in:
Lechner Julian - FrauJulian
2025-10-10 18:29:28 +02:00
parent 96ee35c1e4
commit ecc3189054
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/env sh
npm run format || exit 1
npm run lint:fix || exit 1
npm run build || exit 1
tsc || exit 1