diff --git a/scripts/heroku/prebuild.sh b/scripts/heroku/prebuild.sh index bff1c512..87e1ceaa 100755 --- a/scripts/heroku/prebuild.sh +++ b/scripts/heroku/prebuild.sh @@ -8,5 +8,6 @@ yarn --cwd ui install --frozen-lockfile echo "Install API" yarn --cwd api install --frozen-lockfile +yarn global install @nestjs/cli echo "FINISHED prebuild"