mirror of
https://github.com/HangarMC/Hangar.git
synced 2025-01-12 14:06:14 +08:00
7 lines
76 B
Bash
Executable File
7 lines
76 B
Bash
Executable File
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
cd frontend-new
|
|
pnpm lint-staged
|
|
|