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:
parent
658360864a
commit
e1f1eb3e79
1 changed files with 1 additions and 1 deletions
|
@ -22,9 +22,9 @@ RUN npm config set registry http://registry.npmjs.org/ && \
|
|||
yarn global add -s flow-bin@0.60.0 && \
|
||||
yarn install --production=false && \
|
||||
yarn run lint && \
|
||||
yarn run test:unit -- --silent true --coverage false --bail && \
|
||||
yarn run code:build && \
|
||||
yarn run build:webui && \
|
||||
yarn run test:unit -- --silent true --coverage false --bail && \
|
||||
yarn cache clean && \
|
||||
yarn install --production=true --pure-lockfile
|
||||
|
||||
|
|
Loading…
Reference in a new issue