Skip to content

Commit

Permalink
package.json alter
Browse files Browse the repository at this point in the history
  • Loading branch information
ccatto committed Nov 21, 2024
1 parent 8f5800f commit 49d93ea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -12,7 +12,9 @@
"prettier:check": "prettier --check --ignore-unknown .",
"start": "next start",
"stripe listen": "stripe listen --forward-to localhost:3000/api/stripe-checkout-session",
"stripe trigger": "stripe trigger payment_intent.succeeded"
"stripe trigger": "stripe trigger payment_intent.succeeded",
"type-check": "tsc -b",
"format": "prettier --write ."
},
"dependencies": {
"@auth/prisma-adapter": "^2.7.4",

0 comments on commit 49d93ea

Please sign in to comment.