fix: turbo filter commands

turbo now wants you to specify the whole name and not just part of the name.

See: https://github.com/vercel/turborepo/pull/8137
Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
Philip Molares 2024-08-31 12:39:15 +02:00
parent 9bb33cbc70
commit 03a388c6f9
3 changed files with 7 additions and 7 deletions

View file

@ -40,7 +40,7 @@ ARG TURBO_TEAM
ARG TURBO_API
ARG TURBO_TOKEN
RUN yarn build --filter=backend --no-cache --no-daemon
RUN yarn build --filter=@hedgedoc/backend --no-cache --no-daemon
## Stage 2b: Install only prod dependencies
FROM code-with-deps as prod-dependencies