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