Skip to content

Commit 032ff90

Browse files
committed
build: add pre-push hook
1 parent 3cac9c3 commit 032ff90

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.hooks/pre-push

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/sh
2+
3+
set -eu
4+
set -o pipefail
5+
6+
pnpm run lint
7+
pnpm publint

0 commit comments

Comments
 (0)