diff --git a/bin/build-vercel-json.js b/bin/build-vercel-json.js index 766d53e5..533fdf6b 100644 --- a/bin/build-vercel-json.js +++ b/bin/build-vercel-json.js @@ -17,6 +17,9 @@ const JSON_TEMPLATE = { env: { NODE_ENV: 'production' }, + github: { + silent: true + }, builds: [ { src: 'package.json', diff --git a/vercel.json b/vercel.json index 887a1f95..96473135 100644 --- a/vercel.json +++ b/vercel.json @@ -3,6 +3,9 @@ "env": { "NODE_ENV": "production" }, + "github": { + "silent": true + }, "builds": [ { "src": "package.json",