feat: add build script

This commit is contained in:
lucas-neynar
2025-03-18 09:46:37 -07:00
parent 9b84de515c
commit 583054cefb
2 changed files with 227 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "create-neynar-farcaster-frame",
"version": "1.0.10",
"version": "1.0.11",
"type": "module",
"files": [
"bin/index.js"
@@ -15,7 +15,7 @@
],
"scripts": {
"dev": "node scripts/dev.js",
"build": "next build",
"build": "node scripts/build.js",
"start": "next start",
"lint": "next lint"
},