Skip to content

Commit 9e3f90f

Browse files
authored
chore: Add post-checkout hook (coder#223)
1 parent a0f044f commit 9e3f90f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.husky/post-checkout

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/usr/bin/env bash
2+
3+
source "$(dirname "$0")/_/husky.sh"
4+
5+
set -euo pipefail
6+
7+
yarn

0 commit comments

Comments
 (0)