mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-12-06 02:15:22 -05:00
6 lines
89 B
Bash
Executable File
6 lines
89 B
Bash
Executable File
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
. "$(dirname "$0")/common.sh"
|
|
|
|
yarn lint-staged
|