mirror of
https://github.com/glitch-soc/mastodon
synced 2024-03-09 07:35:42 +00:00
5 lines
59 B
Bash
Executable File
5 lines
59 B
Bash
Executable File
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
yarn lint-staged
|