mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-04-22 09:07:55 +00:00
chore(ci): Establish quality gate and strengthen pre-commit hook
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user