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:
parent
957b71e8bb
commit
0ce534ef4f
1 changed files with 0 additions and 1 deletions
|
@ -24,7 +24,6 @@ RUN npm config set registry http://registry.npmjs.org/ && \
|
||||||
yarn lint && \
|
yarn lint && \
|
||||||
yarn code:docker-build && \
|
yarn code:docker-build && \
|
||||||
yarn build:webui && \
|
yarn build:webui && \
|
||||||
yarn test:unit --coverage false && \
|
|
||||||
yarn cache clean && \
|
yarn cache clean && \
|
||||||
yarn install --production=true --pure-lockfile
|
yarn install --production=true --pure-lockfile
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue