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

chore: update yarn scripts

This commit is contained in:
Juan Picado @jotadeveloper 2018-06-30 19:23:53 +02:00
parent 946d195431
commit db6c0d5510
No known key found for this signature in database
GPG key ID: 18AC54485952D158

View file

@ -21,10 +21,10 @@ ENV NODE_ENV=production
RUN npm config set registry http://registry.npmjs.org/ && \
yarn global add -s flow-bin@0.69.0 && \
yarn install --production=false && \
yarn run lint && \
yarn run code:docker-build && \
yarn run build:webui && \
yarn run test:unit -- --silent true --coverage false --bail && \
yarn lint && \
yarn code:docker-build && \
yarn build:webui && \
yarn test:unit --coverage false && \
yarn cache clean && \
yarn install --production=true --pure-lockfile