From 777ccb7bd859ab35e491622ca6742d71c56a5e64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Noelia=20Ruiz=20Mart=C3=ADnez?= Date: Tue, 20 Dec 2022 07:21:16 +0100 Subject: [PATCH] Replace builds with buildCommand in vercel.json --- vercel.json | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/vercel.json b/vercel.json index 29a0f713..a63e624d 100644 --- a/vercel.json +++ b/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$",