This website works better with JavaScript
Home
Explore
Help
Sign In
Marius
/
Apple-Mail-MCP-Server
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
chore: add pre-push hook for typecheck and tests
Robert Sweet
2 months ago
parent
a7fcc1ec1f
commit
8a31096c81
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
.husky/pre-push
+ 1
- 0
.husky/pre-push
View File
@@ -0,0 +1 @@
+npm run typecheck && npm test