This website requires JavaScript.
Explore
Help
Sign In
MirrorSave
/
budibase
mirror of
https://github.com/Budibase/budibase.git
Watch
1
Star
0
Fork
You've already forked budibase
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
f00c8cc69f
budibase
/
.husky
/
pre-commit
5 lines
56 B
Plaintext
Raw
Normal View
History
Unescape
Escape
add git hook
2021-08-19 17:01:48 +02:00
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
run 'yarn run lint' before each commit
2021-08-19 17:04:41 +02:00
yarn run lint