From 0e673ffa7c067b11a5a688672058ffcb7e5ff235 Mon Sep 17 00:00:00 2001 From: "a.bouhuolia" Date: Wed, 8 Feb 2023 00:00:49 +0200 Subject: [PATCH] chore: update Vercel config --- vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index cd531040d..b17598e66 100644 --- a/vercel.json +++ b/vercel.json @@ -1,5 +1,5 @@ { - "buildCommand": "npm run dev:build", + "buildCommand": "npm run build:webapp", "devCommand": "npm run dev:webapp", "installCommand": "npm install && npm run bootstrap", "outputDirectory": "packages/webapp/build",