mirror of
https://github.com/pockethost/pockethost.git
synced 2025-03-30 15:08:30 +00:00
chore(root): add master pre-push checks
This commit is contained in:
parent
ea19963bf9
commit
26b9a3fc2f
6
.husky/pre-push
Normal file
6
.husky/pre-push
Normal file
@ -0,0 +1,6 @@
|
||||
branch="$(git rev-parse --abbrev-ref HEAD)"
|
||||
if [ "$branch" = "master" ]; then
|
||||
pnpm check-types
|
||||
pnpm build-frontends
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user