mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-21 07:29:37 +01:00
chore: update flow version on Dockerimage
This commit is contained in:
parent
88f1df62dd
commit
e2affe6d6f
@ -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:build && \
|
||||
|
Loading…
Reference in New Issue
Block a user