diff --git a/bin/build-vercel-json.js b/bin/build-vercel-json.js index d7ecbcae..bb4b3d25 100644 --- a/bin/build-vercel-json.js +++ b/bin/build-vercel-json.js @@ -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$',