✨ add tools for debug (build-debug.sh)
This commit is contained in:
parent
f44df5f415
commit
532a493a62
1 changed files with 7 additions and 0 deletions
7
build-debug.sh
Executable file
7
build-debug.sh
Executable file
|
@ -0,0 +1,7 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
# pnpm run clean-all
|
||||||
|
|
||||||
|
pnpm install --frozen-lockfile
|
||||||
|
pnpm run build:debug
|
||||||
|
|
||||||
|
pnpm run migrate
|
Reference in a new issue