Remove ENABLE_VC_BUILD from Vercel deployment (#8876)

This env var is no longer necessary.
This commit is contained in:
Nathan Rajlich
2022-11-08 23:29:05 -08:00
committed by GitHub
parent 49dac4c229
commit a93383cf2e

View File

@@ -18,11 +18,6 @@
"destination": "/list-all.json"
}
],
"build": {
"env": {
"ENABLE_VC_BUILD": "1"
}
},
"github": {
"silent": true,
"autoJobCancelation": true