5 lines
131 B
Bash
Executable File
5 lines
131 B
Bash
Executable File
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
pretty-quick --staged && ng lint --project=red-ui-http && ng lint --project=red-ui --fix
|