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