-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Sebastian Schürmann
committed
Dec 27, 2024
1 parent
073605b
commit fcc2800
Showing
3 changed files
with
42 additions
and
409 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.