mirror of
https://github.com/actions/github-script.git
synced 2026-04-07 22:50:04 +00:00
Update husky to v6.0.0
This commit is contained in:
parent
672319273b
commit
d4ad4e2044
3 changed files with 10 additions and 9 deletions
5
.husky/pre-commit
Normal file
5
.husky/pre-commit
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
. "$(dirname "$0")/_/husky.sh"
|
||||
|
||||
npm exec run-s style:write test build
|
||||
git add dist/
|
||||
Loading…
Add table
Add a link
Reference in a new issue