mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-27 07:16:19 +09:00
6 lines
182 B
Bash
Executable File
6 lines
182 B
Bash
Executable File
#!/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"
|
|
|
|
echo "Check Web build..."
|
|
pnpm web:build |