Skip to content

Commit

Permalink
fix: build command
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminshafii committed Sep 30, 2024
1 parent ddc70f5 commit 773ae31
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,8 +5,7 @@
"scripts": {
"dev": "pnpm next dev",
"build:self-host": "pnpm next build",
"prebuild": "pnpm run db:migrate && npx @u22n/srm deploy",
"build": "pnpm next build",
"build": "pnpm run db:migrate && npx @u22n/srm deploy && pnpm next build",
"start": "pnpm next start",
"lint": "pnpm next lint",
"db:generate": "pnpm drizzle-kit generate",
Expand Down

0 comments on commit 773ae31

Please sign in to comment.