Skip to content

Commit

Permalink
stop force deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminshafii committed Dec 4, 2024
1 parent f1132f3 commit 68de63b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@
"scripts": {
"dev": "pnpm next dev",
"build:self-host": "pnpm next build",
"build": "pnpm run db:migrate && pnpm run migrate:top-up && npx @u22n/srm deploy && pnpm next build",
"build": "pnpm run db:migrate && pnpm next build",
"start": "pnpm next start",
"lint": "pnpm next lint",
"pricing:deploy": "pnpm srm deploy --env .env.local",
"db:generate": "pnpm drizzle-kit generate",
"db:migrate": "pnpm dotenv -c -- drizzle-kit migrate",
"db:studio": "pnpm dotenv -c -- drizzle-kit studio",
Expand Down

0 comments on commit 68de63b

Please sign in to comment.