chore(ci): Establish quality gate and strengthen pre-commit hook

This commit is contained in:
2025-11-19 18:35:11 +03:00
parent 51028e6344
commit 49cdcb523c
2 changed files with 98 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
echo "Running pre-commit hook..."
echo "Linting code..."
npm run lint -w web
echo "Running tests..."
npm run test -w web -- --run