mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-12-07 19:05:35 -05:00
6 lines
89 B
Plaintext
6 lines
89 B
Plaintext
|
|
#!/bin/sh
|
||
|
|
. "$(dirname "$0")/_/husky.sh"
|
||
|
|
. "$(dirname "$0")/common.sh"
|
||
|
|
|
||
|
|
yarn lint-staged
|