Skip to content

Commit

Permalink
feat: autodeploy pricing
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminshafii committed Sep 30, 2024
1 parent 5fa7299 commit ddc70f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"scripts": {
"dev": "pnpm next dev",
"build:self-host": "pnpm next build",
"build": "pnpm run db:migrate && pnpm next build",
"prebuild": "pnpm run db:migrate && npx @u22n/srm deploy",
"build": "pnpm next build",
"start": "pnpm next start",
"lint": "pnpm next lint",
"db:generate": "pnpm drizzle-kit generate",
Expand Down

0 comments on commit ddc70f5

Please sign in to comment.