9306b725d8
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
5 lines
87 B
Bash
Executable file
5 lines
87 B
Bash
Executable file
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
npm run eslint
|
|
bundle exec rubocop -a
|
|
git add
|