Skip to content

Commit 642ed9d

Browse files
committed
Remove NODE_ENV from vercel config (handled automatically). Alias marky-markdown so hapi/lab can find it. Change .nvmrc to match new version of node for Vercel
1 parent 6e8379e commit 642ed9d

File tree

4 files changed

+2
-30
lines changed

4 files changed

+2
-30
lines changed

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8
1+
12.18.3

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
"jsesc": "^2.3.0",
5757
"lodash.assign": "4.2.0",
5858
"lodash.omit": "4.5.0",
59+
"marky-markdown": "npm:@npmcorp/marky-markdown",
5960
"mysql": "^2.16.0",
6061
"oniguruma": "^7.2.1",
6162
"scooter": "4.0.0",

vercel.json

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"public": true,
55
"alias": ["jsperf.com"],
66
"env": {
7-
"NODE_ENV": "staging",
87
"SCHEME": "https",
98
"DOMAIN": "jsperf.com",
109
"GITHUB_CLIENT_ID": "@jsperf-github-id",

vercel.prod.json

-28
This file was deleted.

0 commit comments

Comments
 (0)