From c909b0d9d999733c1021332b3fb4c467c736ce6a Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Sun, 14 Feb 2021 14:02:02 -0800 Subject: [PATCH] chore: disable vercel comment bot (#1936) --- bin/build-vercel-json.js | 3 +++ vercel.json | 3 +++ 2 files changed, 6 insertions(+) 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",