Skip to content

Commit

Permalink
chore(root): precommit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Schürmann committed Dec 27, 2024
1 parent 073605b commit fcc2800
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 409 deletions.
10 changes: 10 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

# Run lint
npm run lint || exit 1

# Run clean, bootstrap, and test
make clean || exit 1
make bootstrap || exit 1
make test || exit 1
Loading

0 comments on commit fcc2800

Please sign in to comment.