mirror of
https://github.com/bitwarden/directory-connector
synced 2026-01-05 18:13:23 +00:00
5 lines
58 B
Bash
Executable File
5 lines
58 B
Bash
Executable File
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
npx lint-staged
|