🔧 Create working script for built (build.sh)

This commit is contained in:
ひでまる 2024-08-24 09:43:36 +09:00
parent 41186813ed
commit 2696296c40

7
build.sh Normal file
View file

@ -0,0 +1,7 @@
#!/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