From 43012522026c6500fc58aa607a6e304df247294b Mon Sep 17 00:00:00 2001 From: veganbeef Date: Thu, 26 Jun 2025 11:38:54 -0700 Subject: [PATCH] feat: add more package json commands --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 43b7bde..cc497b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@neynar/create-farcaster-mini-app", - "version": "1.4.4", + "version": "1.4.5", "type": "module", "private": false, "access": "public", @@ -32,9 +32,11 @@ "scripts": { "dev": "node scripts/dev.js", "build": "node scripts/build.js", + "build:raw": "next build", "start": "next start", "lint": "next lint", "deploy:vercel": "node scripts/deploy.js", + "deploy:raw": "vercel --prod", "cleanup": "lsof -ti :3000 | xargs kill -9" }, "bin": {