mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
Merge branch 'master' into feat-babel
This commit is contained in:
commit
6ca26b4d1c
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ ADD . $APPDIR
|
|||
ENV NODE_ENV=production
|
||||
|
||||
RUN npm config set registry http://registry.npmjs.org/ && \
|
||||
yarn global add -s flow-bin@0.52.0 && \
|
||||
yarn global add -s flow-bin@0.69.0 && \
|
||||
yarn install --production=false && \
|
||||
yarn run lint && \
|
||||
yarn run code:docker-build && \
|
||||
|
|
Loading…
Reference in a new issue