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 8f82247 commit 311b412
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", "views/**", "src/**", "lib/rammerhead/**", "proxyServiceValidator.js"]
"includeFiles": ["backend.js", "run-command.mjs", "views/**", "src/**", "lib/rammerhead/**"]
}
}
],
Expand All @@ -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"
}
}
}

0 comments on commit 311b412

Please sign in to comment.