mirror of
https://github.com/primedigitaltech/azon_seeker.git
synced 2026-01-19 13:13:22 +08:00
5 lines
85 B
Plaintext
5 lines
85 B
Plaintext
if command -v fnm >/dev/null 2>&1; then
|
|
eval "$(fnm env)"
|
|
fi
|
|
pnpm exec lint-staged
|