From 311b412b2a06190ad78fe75685aba11ef63115cd Mon Sep 17 00:00:00 2001 From: Quite A Fancy Emerald <46467239+QuiteAFancyEmerald@users.noreply.github.com> Date: Fri, 16 Aug 2024 07:54:00 -0700 Subject: [PATCH] Update vercel.json --- vercel.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vercel.json b/vercel.json index 06920b6c..a4ad73e9 100644 --- a/vercel.json +++ b/vercel.json @@ -5,7 +5,7 @@ "src": "backend.js", "use": "@vercel/node", "config": { - "includeFiles": ["backend.js", "run-command.mjs", "views/**", "src/**", "lib/rammerhead/**", "proxyServiceValidator.js"] + "includeFiles": ["backend.js", "run-command.mjs", "views/**", "src/**", "lib/rammerhead/**"] } } ], @@ -19,7 +19,7 @@ "env": { "NPM_CONFIG_PRODUCTION": "false" }, - "command": "on mobile gotta paste this mf" + "command": "node run-command.mjs build && cd lib/rammerhead && npm install && npm run build" } } } \ No newline at end of file