fix: deploy script dependency issue

This commit is contained in:
veganbeef
2025-09-09 22:53:03 -07:00
parent 3af6ee0e71
commit f14493e35b
3 changed files with 5 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@neynar/create-farcaster-mini-app",
"version": "1.8.10",
"version": "1.8.11",
"type": "module",
"private": false,
"access": "public",
@@ -35,7 +35,7 @@
"build:raw": "next build",
"start": "next start",
"lint": "next lint",
"deploy:vercel": "node --loader ts-node/esm scripts/deploy.ts",
"deploy:vercel": "tsx scripts/deploy.ts",
"deploy:raw": "vercel --prod",
"cleanup": "node scripts/cleanup.js"
},