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

fix: docker build with test

This commit is contained in:
Juan Picado @jotadeveloper 2017-12-18 07:27:00 +01:00 committed by juanpicado
parent 658360864a
commit e1f1eb3e79

View file

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