From 8a80aad67bdb39786c55439a68da1292730fc47d Mon Sep 17 00:00:00 2001 From: "Juan Picado @jotadeveloper" Date: Tue, 5 Dec 2017 09:34:45 +0100 Subject: [PATCH] refactor: disable test on DockerImage --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 673481a56..a1ea7de3d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,6 @@ 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 test && \ yarn run build:webui && \ yarn cache clean && \ yarn install --production=true --pure-lockfile