mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-12-15 06:41:46 +08:00
e3c675f43c
* Update dependency husky to v5 Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Jake Potrebic <jake.m.potrebic@gmail.com>
6 lines
79 B
Bash
Executable File
6 lines
79 B
Bash
Executable File
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
cd frontend || exit
|
|
yarn lint-staged
|