mirror of
https://github.com/nolanlawson/pinafore
synced 2025-02-07 23:18:41 +01:00
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…
x
Reference in New Issue
Block a user