1
0

install nest globally for startup

This commit is contained in:
Michael Schramm 2020-06-03 14:39:57 +02:00
parent 1ad35869cc
commit 3788f03363

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