8 lines
144 B
Plaintext
8 lines
144 B
Plaintext
|
#!/bin/sh
|
||
|
. "$(dirname "$0")/_/husky.sh"
|
||
|
|
||
|
# Must cd because pwd/cwd is the root of this repository.
|
||
|
cd striker-ui
|
||
|
|
||
|
npx --no-install lint-staged
|