Skip to content

Commit

Permalink
update lerna version in dockerfile and lerna.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sdhoek committed Aug 3, 2020
1 parent 86f48f5 commit fc3585c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR /app

RUN apt-get update -y

RUN npm install -g lerna [email protected]
RUN npm install -g lerna@3.22.1 [email protected]
COPY package.json package-lock.json /app/
COPY packages /app/packages
RUN npm install
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lerna": "2.10.0",
"lerna": "3.22.1",
"packages": [
"packages/*"
],
Expand Down

0 comments on commit fc3585c

Please sign in to comment.