Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminshafii committed Nov 28, 2024
1 parent afc293c commit dca7a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"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 run migrate:top-up && npx @u22n/srm deploy && pnpm next build",
"start": "pnpm next start",
"lint": "pnpm next lint",
"pricing:deploy": "pnpm srm deploy --env .env.local",
Expand Down

0 comments on commit dca7a09

Please sign in to comment.