mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-13 22:48:31 -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/ && \
|
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 --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 install --production=false && \
|
||||||
yarn run lint && \
|
yarn run lint && \
|
||||||
yarn run test && \
|
yarn run test && \
|
||||||
|
|
Loading…
Add table
Reference in a new issue