mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-27 07:16:19 +09:00
8 lines
180 B
Bash
8 lines
180 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
|
|
|
|
pnpm web:build
|