Skip to content

Commit 87c8330

Browse files
committed
Use suggested command, add now-fixed log
1 parent f8382d7 commit 87c8330

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Exit Code: 0
2+
Standard output:
3+
4+
5+
6+
Standard error:
7+
lerna notice cli vX.X.X
8+
lerna info Executing command in 3 packages: "tsc --noEmit"
9+
lerna success exec Executed command in 3 packages: "tsc --noEmit"

tests/cases/docker/pyright/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,5 @@ RUN npm i
66
COPY --from=typescript/typescript /typescript/typescript-*.tgz /typescript.tgz
77
RUN npm install /typescript.tgz --exact --ignore-scripts --save-dev
88
RUN npx lerna exec --stream --concurrency 1 -- npm install /typescript.tgz --exact --ignore-scripts --save-dev
9-
WORKDIR /pyright/packages/pyright
109
ENTRYPOINT [ "npx" ]
11-
CMD [ "webpack", "--mode", "production" ]
10+
CMD [ "lerna", "exec", "--stream", "--concurrency", "1", "--no-bail", "--", "tsc", "--noEmit" ]

0 commit comments

Comments
 (0)