This commit is contained in:
Rizky 2024-02-07 18:13:59 +07:00
parent 8ef51cdc23
commit 277dc28703
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
"build-site": "bun run --silent ./pkgs/core/build-site.ts", "build-site": "bun run --silent ./pkgs/core/build-site.ts",
"db-pull": "bun run ./pkgs/core/db-pull.ts", "db-pull": "bun run ./pkgs/core/db-pull.ts",
"parcel": "bun clean && bun run ./pkgs/core/parcel.ts", "parcel": "bun clean && bun run ./pkgs/core/parcel.ts",
"prod": "bun run --silent ./pkgs/core/index.ts", "prod": "bun run --silent ./pkgs/core/index.ts prod",
"local-prod": "bun run build && bun run db-pull && bun run ./pkgs/core/index.ts", "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", "pull": "cd app/db && bun prisma db pull && bun prisma generate",
"pkgs-upgrade": "bun run --silent ./pkgs/core/upgrade.ts", "pkgs-upgrade": "bun run --silent ./pkgs/core/upgrade.ts",