0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-03-18 02:22:46 -05:00

refactor: enable transpile code on DockerImage

This commit is contained in:
Juan Picado @jotadeveloper 2017-12-05 09:36:44 +01:00 committed by juanpicado
parent 8a80aad67b
commit 2315ef01e1

View file

@ -23,6 +23,7 @@ RUN npm config set registry http://registry.npmjs.org/ && \
npm install -g -s flow-bin@0.60.0 && \
yarn install --production=false && \
yarn run lint && \
yarn run code:build && \
yarn run build:webui && \
yarn cache clean && \
yarn install --production=true --pure-lockfile