Co-authored-by: robertkasza <167509084+robertkasza@users.noreply.github.com> Co-authored-by: Nuno Pato <nunopato@gmail.com> Co-authored-by: David BM <correodelnino@gmail.com>
8 lines
122 B
Bash
Executable File
8 lines
122 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
[ -n "$CI" ] && exit 0
|
|
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
pnpm dlx lint-staged --config config/.lintstagedrc.js
|