This commit is contained in:
Rizky 2024-01-27 17:23:13 +07:00
parent 4a8960b023
commit d997fbbaaa
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
"local-prod": "bun run build && bun run db-pull && bun run ./pkgs/core/index.ts",
"pull": "cd app/db && bun prisma db pull && bun prisma generate",
"pkgs-upgrade": "bun run --silent ./pkgs/core/upgrade.ts",
"postprepare": "bun run --silent ./pkgs/docker-prep.ts"
"prep": "bun run --silent ./pkgs/docker-prep.ts"
},
"workspaces": [
"app/*",