🔧 Create working script for built (build.sh)
This commit is contained in:
parent
41186813ed
commit
2696296c40
1 changed files with 7 additions and 0 deletions
7
build.sh
Normal file
7
build.sh
Normal 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
|
Reference in a new issue