fix
This commit is contained in:
parent
674a39fdca
commit
ec75bd048c
|
|
@ -1,5 +1,5 @@
|
||||||
git reset --hard
|
git reset --hard
|
||||||
git pull
|
git pull
|
||||||
bun run build
|
bun run build
|
||||||
bun run deploy
|
bun run db-pull
|
||||||
pm2 restart prasi:4550
|
pm2 restart prasi:4550
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
"build": "bun run --silent ./pkgs/core/build.ts",
|
"build": "bun run --silent ./pkgs/core/build.ts",
|
||||||
"db-pull": "bun run --silent ./pkgs/core/db-pull.ts",
|
"db-pull": "bun run --silent ./pkgs/core/db-pull.ts",
|
||||||
"prod": "bun run --silent ./pkgs/core/index.ts",
|
"prod": "bun run --silent ./pkgs/core/index.ts",
|
||||||
"local-prod": "bun run build && bun run deploy && 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"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue