Skip to content

Commit

Permalink
Merge pull request #675 from weseek/support/set-turbo-to-v1
Browse files Browse the repository at this point in the history
support: Set turbo version to V1
  • Loading branch information
ryu-sato authored Jul 20, 2024
2 parents a22d33b + c2983e5 commit c088454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ WORKDIR ${optDir}
COPY . .

### "prune" command does not extract "bin" directory, so copy it
RUN npx turbo prune --scope="${packageScope}" --docker \
RUN npx turbo@1 prune --scope="${packageScope}" --docker \
&& cp --parents */*/bin/* out/json/


Expand Down

0 comments on commit c088454

Please sign in to comment.