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

chore: disable unit test on docker image

This commit is contained in:
Juan Picado @jotadeveloper 2018-06-30 22:40:07 +02:00
parent 957b71e8bb
commit 0ce534ef4f
No known key found for this signature in database
GPG key ID: 18AC54485952D158

View file

@ -24,7 +24,6 @@ RUN npm config set registry http://registry.npmjs.org/ && \
yarn lint && \
yarn code:docker-build && \
yarn build:webui && \
yarn test:unit --coverage false && \
yarn cache clean && \
yarn install --production=true --pure-lockfile