Update bin/build-vercel-json.js
This commit is contained in:
parent
777ccb7bd8
commit
8b6a913cae
|
@ -21,15 +21,7 @@ const JSON_TEMPLATE = {
|
|||
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