From db6c0d5510141e6c0496fd5ade78cc8a71dee51e Mon Sep 17 00:00:00 2001 From: "Juan Picado @jotadeveloper" Date: Sat, 30 Jun 2018 19:23:53 +0200 Subject: [PATCH] chore: update yarn scripts --- Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 58f406b5a..522c568d9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,10 +21,10 @@ ENV NODE_ENV=production RUN npm config set registry http://registry.npmjs.org/ && \ yarn global add -s flow-bin@0.69.0 && \ yarn install --production=false && \ - yarn run lint && \ - yarn run code:docker-build && \ - yarn run build:webui && \ - yarn run test:unit -- --silent true --coverage false --bail && \ + yarn lint && \ + yarn code:docker-build && \ + yarn build:webui && \ + yarn test:unit --coverage false && \ yarn cache clean && \ yarn install --production=true --pure-lockfile