mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-30 22:34:10 -05:00
refactor: force to use flow-bin v0.60
This commit is contained in:
parent
813b2888aa
commit
246a680ee1
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ ENV NODE_ENV=production
|
|||
|
||||
RUN npm config set registry http://registry.npmjs.org/ && \
|
||||
npm install -g -s --no-progress yarn@0.28.4 --pure-lockfile && \
|
||||
npm install -g -s flow-bin && \
|
||||
npm install -g -s flow-bin@0.60.0 && \
|
||||
yarn install --production=false && \
|
||||
yarn run lint && \
|
||||
yarn run test && \
|
||||
|
|
Loading…
Reference in a new issue