diff --git a/Dockerfile b/Dockerfile index 2737d8cb8..2cbd87ec2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,9 +22,9 @@ RUN npm config set registry http://registry.npmjs.org/ && \ yarn global add -s flow-bin@0.60.0 && \ yarn install --production=false && \ yarn run lint && \ - yarn run test:unit -- --silent true --coverage false --bail && \ yarn run code:build && \ yarn run build:webui && \ + yarn run test:unit -- --silent true --coverage false --bail && \ yarn cache clean && \ yarn install --production=true --pure-lockfile