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.sh

7 lines
165 B
Bash
Executable file

#!/usr/bin/env bash
pnpm run clean-all
pnpm install --frozen-lockfile
NODE_ENV=production NODE_OPTIONS='--max-old-space-size=3072' pnpm run build
pnpm run migrate