From 8b6a913cae840549428001639b63785b64341522 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Noelia=20Ruiz=20Mart=C3=ADnez?= Date: Mon, 26 Dec 2022 10:22:09 +0100 Subject: [PATCH] Update bin/build-vercel-json.js --- bin/build-vercel-json.js | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) 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$',