PT #164169543: Add lerna to Docker image

This commit is contained in:
BoykoAlex
2019-03-18 13:12:54 -04:00
parent df5345aa7e
commit d565c2840f

View File

@@ -22,4 +22,6 @@ RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - \
RUN npm install -g vsce
RUN yarn global add lerna
CMD /bin/bash