Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Commit

Permalink
revert: "fix: properly install turbo"
Browse files Browse the repository at this point in the history
This reverts commit c4e9c4c.
  • Loading branch information
Hazmi35 authored Jun 19, 2024
1 parent 8fa9b9d commit d62d12d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ARG SCOPE
WORKDIR /prepare

# Scoped install for monorepo
RUN pnpm setup && pnpm add --global turbo
RUN npm install --global turbo
COPY . .
RUN turbo prune --scope=${SCOPE} --docker
RUN cp -r tsconfig* /prepare/out/json
Expand Down

0 comments on commit d62d12d

Please sign in to comment.