From 3b2ab568e4529d3da009fc46a1659da3f58e9d4f Mon Sep 17 00:00:00 2001 From: "a.bouhuolia" Date: Tue, 7 Mar 2023 23:05:22 +0200 Subject: [PATCH] update --- vercel.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vercel.json b/vercel.json index ebbbedb30..dae54fafc 100644 --- a/vercel.json +++ b/vercel.json @@ -1,9 +1,9 @@ { "buildCommand": "npm run build:webapp", "devCommand": "npm run dev:webapp", - "installCommand": "npm install && npm run bootstrap", + "installCommand": "npm install -g yarn && npm install && npm run bootstrap", "outputDirectory": "packages/webapp/build", "env": { "CI": "false" } -} \ No newline at end of file +}