Skip to content

Commit cca8b01

Browse files
committed
Add ESM bundle format, bump esbuild/vitest, add typecheck to build pipeline
1 parent 8837dd6 commit cca8b01

File tree

3 files changed

+225
-821
lines changed

3 files changed

+225
-821
lines changed

.husky/pre-commit

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
npm run typecheck || {
2+
echo ""
3+
echo "❌ Type check failed."
4+
echo "💡 Run 'npm run typecheck' to see errors."
5+
exit 1
6+
}
17
npm test
28
npm run format-check || {
39
echo ""

0 commit comments

Comments
 (0)