6 lines
66 B
Bash
6 lines
66 B
Bash
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
cd _dev
|
|
npx lint-staged
|