Skip to content

Commit

Permalink
Update vercel.json
Browse files Browse the repository at this point in the history
  • Loading branch information
QuiteAFancyEmerald authored Aug 16, 2024
1 parent 6aa9263 commit 9c5d40d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}
}
],
Expand All @@ -20,7 +20,7 @@
"NPM_CONFIG_PRODUCTION": "false"
},
"scripts": {
"build": ""
"build": "node run-command.mjs build && cd lib/rammerhead && npm install && npm run build"
}
}
}

0 comments on commit 9c5d40d

Please sign in to comment.