0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-30 22:34:10 -05:00

build: update yarn to 1.3.2

This commit is contained in:
Juan Picado @jotadeveloper 2017-12-08 13:01:53 +01:00 committed by juanpicado
parent d1a02d7388
commit 5b60be0c06
2 changed files with 1 additions and 2 deletions

View file

@ -19,8 +19,7 @@ ADD . $APPDIR
ENV NODE_ENV=production
RUN npm config set registry http://registry.npmjs.org/ && \
npm install -g -s --no-progress yarn@0.28.4 --pure-lockfile && \
npm install -g -s flow-bin@0.60.0 && \
yarn global add -s flow-bin@0.60.0 && \
yarn install --production=false && \
yarn run lint && \
yarn run test -- --silent true --coverage false --bail && \

BIN
yarn.lock

Binary file not shown.