This website requires JavaScript.
Explore
Help
Sign In
urbit
/
shrub
Watch
1
Star
1
Fork
0
You've already forked shrub
mirror of
https://github.com/urbit/shrub.git
synced
2024-12-20 17:32:11 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
21f6c5c0e0
shrub
/
.husky
/
pre-commit
9 lines
102 B
Plaintext
Raw
Normal View
History
Unescape
Escape
interface: add lint-staged as pre-commit hook
2021-05-18 23:32:30 +03:00
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
build: check for npx before calling
2021-06-21 23:56:37 +03:00
command -v npx > /dev/null || {
exit 0
}
meta: rework precommit linting for multiple packages
2021-07-01 07:11:18 +03:00
npx lint-staged
Reference in New Issue
Copy Permalink