add tools for debug (build-debug.sh)

This commit is contained in:
ひでまる 2024-08-26 07:54:44 +09:00
parent f44df5f415
commit 532a493a62

7
build-debug.sh Executable file
View file

@ -0,0 +1,7 @@
#!/usr/bin/env bash
# pnpm run clean-all
pnpm install --frozen-lockfile
pnpm run build:debug
pnpm run migrate