mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-03-26 23:55:37 -04: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
|