Skip to content

Commit

Permalink
Fix pnpm guiide (#1608)
Browse files Browse the repository at this point in the history
  • Loading branch information
samchungy authored Jul 8, 2024
1 parent 9c9d7c0 commit dd81600
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/deep-dives/pnpm.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,6 @@ This migration guide assumes that your project was scaffolded with a **skuba** t
WORKDIR /workdir

COPY --from=build /workdir/lib lib
- COPY --from=build /workdir/packages packages
- COPY --from=deps /workdir/node_modules node_modules
+ COPY --from=build /workdir/node_modules node_modules

Expand Down

0 comments on commit dd81600

Please sign in to comment.