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:
parent
8a80aad67b
commit
2315ef01e1
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue