From e1f1eb3e79f9800191f1fbeca86d1a260b271157 Mon Sep 17 00:00:00 2001 From: "Juan Picado @jotadeveloper" Date: Mon, 18 Dec 2017 07:27:00 +0100 Subject: [PATCH] fix: docker build with test --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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