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",