chore(root): check types fix

This commit is contained in:
Ben Allfree 2024-06-05 18:40:00 -07:00
parent 12a24fca37
commit 4467b99408

View File

@ -1,6 +1,6 @@
branch="$(git rev-parse --abbrev-ref HEAD)"
if [ "$branch" = "master" ]; then
pnpm check-types
pnpm check:types
pnpm build-frontends
fi