We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6f5fb5 commit 31977a6Copy full SHA for 31977a6
.husky/pre-push
@@ -12,7 +12,7 @@ else
12
pnpm_cmd="pnpm"
13
fi
14
15
-"$pnpm_cmd" run compile
+"$pnpm_cmd" run lint check-types
16
17
# Check for new changesets.
18
NEW_CHANGESETS=$(find .changeset -name "*.md" ! -name "README.md" | wc -l | tr -d ' ')
0 commit comments