Skip to content

Commit

Permalink
Merge pull request #76 from FleetAdmiralJakob/fix-convex-workflow
Browse files Browse the repository at this point in the history
fix: Fixed the deploy part on convex workflow
  • Loading branch information
Gamius00 authored Apr 15, 2024
2 parents 5c40108 + 40e2c72 commit 28760b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"dev": "next dev",
"lint": "next lint",
"start": "next start",
"preinstall": "npx only-allow pnpm"
"preinstall": "npx only-allow pnpm",
"convex:deploy": "convex deploy"
},
"dependencies": {
"@clerk/clerk-sdk-node": "^4.13.12",
Expand Down

0 comments on commit 28760b7

Please sign in to comment.