This repository has been archived on 2025-01-27. You can view files and clone it, but cannot push or open issues or pull requests.
puyoskey-firefish/build-debug.sh

7 lines
112 B
Bash
Executable file

#!/usr/bin/env bash
# pnpm run clean-all
pnpm install --frozen-lockfile
pnpm run build:debug
pnpm run migrate