Skip to content

Commit

Permalink
fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
austinhutchen committed Jul 11, 2024
1 parent 8be5ce8 commit 41d54a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ vercel build; pnpm run build; pnpm run deploy; }
{ vercel build; npm run build; npm run deploy; }

0 comments on commit 41d54a5

Please sign in to comment.