From a7c55dea7bb00707d2394c7736958e8b1c7216a9 Mon Sep 17 00:00:00 2001 From: "a.bouhuolia" Date: Tue, 7 Mar 2023 23:12:57 +0200 Subject: [PATCH] update --- vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index dae54fafc..bbd2db51c 100644 --- a/vercel.json +++ b/vercel.json @@ -1,7 +1,7 @@ { "buildCommand": "npm run build:webapp", "devCommand": "npm run dev:webapp", - "installCommand": "npm install -g yarn && npm install && npm run bootstrap", + "installCommand": "yarn install && yarn bootstrap", "outputDirectory": "packages/webapp/build", "env": { "CI": "false"