Skip to content

Commit e9032dd

Browse files
committed
add yarn-workspace plugin
1 parent bd2add4 commit e9032dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ COPY yarn.lock .
66
COPY tsconfig.build.json .
77
COPY ./src/backend/package.json src/backend/
88
COPY ./src/shared/package.json src/shared/
9+
RUN yarn plugin import workspace-tools
910
RUN yarn workspace focus --production backend
1011
COPY ./src/backend src/backend
1112
COPY ./src/shared src/shared

0 commit comments

Comments
 (0)