diff --git a/frontend/vercel.json b/frontend/vercel.json index ad88d63f..905f08b2 100644 --- a/frontend/vercel.json +++ b/frontend/vercel.json @@ -1,5 +1,5 @@ { "buildCommand": "pwd && ls -l .. && yarn build-trends", "outputDirectory": "build", - "installCommand": "yarn install" + "installCommand": "pwd && ls -l .. && yarn install" } \ No newline at end of file