Emi Matchu
d8ff99475e
I'm gonna work on adding modeling tests, and I want to not be breaking them without realizing! The trade history ones are good to be checking more often like this, too.
4 lines
104 B
Bash
Executable file
4 lines
104 B
Bash
Executable file
#!/usr/bin/env sh
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
|
|
|
yarn lint --max-warnings=0 --fix && bin/rails test
|