fix yarn subcommand

This commit is contained in:
Michael Schramm 2020-06-03 19:27:01 +02:00
parent 3788f03363
commit 3d6aca7371

View File

@ -8,6 +8,6 @@ yarn --cwd ui install --frozen-lockfile
echo "Install API"
yarn --cwd api install --frozen-lockfile
yarn global install @nestjs/cli
yarn global add @nestjs/cli
echo "FINISHED prebuild"