mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-30 22:34:10 -05:00
chore: update yarn scripts
This commit is contained in:
parent
946d195431
commit
db6c0d5510
1 changed files with 4 additions and 4 deletions
|
@ -21,10 +21,10 @@ ENV NODE_ENV=production
|
||||||
RUN npm config set registry http://registry.npmjs.org/ && \
|
RUN npm config set registry http://registry.npmjs.org/ && \
|
||||||
yarn global add -s flow-bin@0.69.0 && \
|
yarn global add -s flow-bin@0.69.0 && \
|
||||||
yarn install --production=false && \
|
yarn install --production=false && \
|
||||||
yarn run lint && \
|
yarn lint && \
|
||||||
yarn run code:docker-build && \
|
yarn code:docker-build && \
|
||||||
yarn run build:webui && \
|
yarn build:webui && \
|
||||||
yarn run test:unit -- --silent true --coverage false --bail && \
|
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