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

refactor: force to use flow-bin v0.60

This commit is contained in:
Juan Picado @jotadeveloper 2017-12-02 15:23:07 +01:00 committed by juanpicado
parent 813b2888aa
commit 246a680ee1

View file

@ -20,7 +20,7 @@ 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 && \
npm install -g -s flow-bin@0.60.0 && \
yarn install --production=false && \
yarn run lint && \
yarn run test && \