mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2025-01-09 03:31:39 +00:00
4 lines
59 B
Bash
4 lines
59 B
Bash
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
yarn lint-staged
|