From 9c5d40de24e237b49ddfca89019f22c97f0a8b55 Mon Sep 17 00:00:00 2001 From: Quite A Fancy Emerald <46467239+QuiteAFancyEmerald@users.noreply.github.com> Date: Fri, 16 Aug 2024 07:36:26 -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 3aae7aa8..f6d861f6 100644 --- a/vercel.json +++ b/vercel.json @@ -5,7 +5,7 @@ "src": "backend.js", "use": "@vercel/node", "config": { - "includeFiles": ["backend.js", "run-command.mjs", "lib/rammerhead/**", "proxyServiceValidator.js"] + "includeFiles": ["backend.js", "run-command.mjs", "views/**", "src/**", "lib/rammerhead/**", "proxyServiceValidator.js"] } } ], @@ -20,7 +20,7 @@ "NPM_CONFIG_PRODUCTION": "false" }, "scripts": { - "build": "" + "build": "node run-command.mjs build && cd lib/rammerhead && npm install && npm run build" } } } \ No newline at end of file