mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-27 13:34:28 -04:00
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:
parent
9bb33cbc70
commit
03a388c6f9
3 changed files with 7 additions and 7 deletions
|
@ -26,7 +26,7 @@ ARG TURBO_TEAM
|
|||
ARG TURBO_API
|
||||
ARG TURBO_TOKEN
|
||||
|
||||
RUN yarn build --filter=frontend --no-cache --no-daemon
|
||||
RUN yarn build --filter=@hedgedoc/frontend --no-cache --no-daemon
|
||||
|
||||
# RUNNER
|
||||
FROM base
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue