feat: add vercel deploy script

This commit is contained in:
lucas-neynar
2025-03-21 10:11:16 -07:00
parent 5d1b77c8c6
commit 6128212f0d
5 changed files with 657 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "create-neynar-farcaster-frame",
"version": "1.1.2",
"version": "1.1.3",
"type": "module",
"files": [
"bin/index.js"
@@ -17,7 +17,8 @@
"dev": "node scripts/dev.js",
"build": "node scripts/build.js",
"start": "next start",
"lint": "next lint"
"lint": "next lint",
"deploy:vercel": "node scripts/deploy.js"
},
"bin": {
"create-neynar-farcaster-frame": "./bin/index.js"