Replace builds with buildCommand in vercel.json
This commit is contained in:
parent
f81778d37f
commit
777ccb7bd8
10
vercel.json
10
vercel.json
|
@ -6,15 +6,7 @@
|
|||
"github": {
|
||||
"silent": true
|
||||
},
|
||||
"builds": [
|
||||
{
|
||||
"src": "package.json",
|
||||
"use": "@now/static-build",
|
||||
"config": {
|
||||
"distDir": "__sapper__/export"
|
||||
}
|
||||
}
|
||||
],
|
||||
"buildCommand": "yarn build",
|
||||
"routes": [
|
||||
{
|
||||
"src": "^/service-worker\\.js$",
|
||||
|
|
Loading…
Reference in New Issue