6 lines
87 B
Text
6 lines
87 B
Text
|
#!/bin/sh
|
||
|
. "$(dirname "$0")/_/husky.sh"
|
||
|
npm run eslint
|
||
|
bundle exec rubocop -a
|
||
|
git add
|