0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-20 22:52:46 -05:00

refactor: disable test on DockerImage

This commit is contained in:
Juan Picado @jotadeveloper 2017-12-05 09:34:45 +01:00 committed by juanpicado
parent 82a71ebf64
commit 8a80aad67b

View file

@ -23,7 +23,6 @@ RUN npm config set registry http://registry.npmjs.org/ && \
npm install -g -s flow-bin@0.60.0 && \ npm install -g -s flow-bin@0.60.0 && \
yarn install --production=false && \ yarn install --production=false && \
yarn run lint && \ yarn run lint && \
yarn run test && \
yarn run build:webui && \ yarn run build:webui && \
yarn cache clean && \ yarn cache clean && \
yarn install --production=true --pure-lockfile yarn install --production=true --pure-lockfile