fix: use npm tasks instead of running turbo directly

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2023-09-07 19:56:20 +02:00
parent 785ef316ab
commit 6263af5ee2
8 changed files with 15 additions and 13 deletions

View file

@ -26,7 +26,7 @@ ARG TURBO_TEAM
ARG TURBO_API
ARG TURBO_TOKEN
RUN yarn turbo run build --filter=frontend --no-cache --no-daemon
RUN yarn build --filter=frontend --no-cache --no-daemon
# RUNNER
FROM base