mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-27 07:16:19 +09:00
6 lines
164 B
Bash
6 lines
164 B
Bash
#!/usr/bin/env sh
|
|
|
|
export PATH="$HOME/.local/share/mise/shims:$HOME/.local/bin:$HOME/.npm-global/bin:/opt/homebrew/bin:/usr/local/bin:$PATH"
|
|
|
|
pnpm lint:fix || true
|