mirror of
https://github.com/bitwarden/android.git
synced 2024-10-31 15:15:34 +03:00
5 lines
58 B
Text
5 lines
58 B
Text
|
#!/bin/sh
|
||
|
. "$(dirname "$0")/_/husky.sh"
|
||
|
|
||
|
npx lint-staged
|