Fix failed yarn changes

This commit is contained in:
Dave Page
2018-05-30 16:52:54 -04:00
parent 6a28b9ff26
commit bea176a646
2 changed files with 10 additions and 10 deletions

View File

@@ -15,7 +15,7 @@ COPY ./pgadmin4/web/ /pgadmin4/web/
WORKDIR /pgadmin4/web
RUN yarn install --emoji false --cache-folder ./ycache --verbose && \
yarn run bundle --emoji false && \
yarn run --emoji false bundle && \
rm -rf ./ycache ./pgadmin/static/js/generated/.cache
# Build Sphinx documentation in separate container