chore: disable vercel comment bot (#1936)

This commit is contained in:
Nolan Lawson 2021-02-14 14:02:02 -08:00 committed by GitHub
parent c833680ecc
commit c909b0d9d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -17,6 +17,9 @@ const JSON_TEMPLATE = {
env: {
NODE_ENV: 'production'
},
github: {
silent: true
},
builds: [
{
src: 'package.json',

View File

@ -3,6 +3,9 @@
"env": {
"NODE_ENV": "production"
},
"github": {
"silent": true
},
"builds": [
{
"src": "package.json",