chore: disable vercel comment bot (#1936)
This commit is contained in:
parent
c833680ecc
commit
c909b0d9d9
|
@ -17,6 +17,9 @@ const JSON_TEMPLATE = {
|
|||
env: {
|
||||
NODE_ENV: 'production'
|
||||
},
|
||||
github: {
|
||||
silent: true
|
||||
},
|
||||
builds: [
|
||||
{
|
||||
src: 'package.json',
|
||||
|
|
|
@ -3,6 +3,9 @@
|
|||
"env": {
|
||||
"NODE_ENV": "production"
|
||||
},
|
||||
"github": {
|
||||
"silent": true
|
||||
},
|
||||
"builds": [
|
||||
{
|
||||
"src": "package.json",
|
||||
|
|
Loading…
Reference in a new issue