This website requires JavaScript.
Explore
Help
Sign In
open.source
/
manifold
Watch
1
Star
0
Fork
0
You've already forked manifold
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
191742c88f
manifold
/
web
/
.husky
/
pre-commit
6 lines
65 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Configure Husky to automatically run Prettier before git commits https://prettier.io/docs/en/precommit.html#option-2-pretty-quickhttpsgithubcomazzpretty-quick
2021-12-14 07:21:14 +00:00
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
Run tsc over staged files before Git commit
2021-12-18 20:59:40 +00:00
cd web
npx lint-staged
Reference in New Issue
Copy Permalink