From 8378bb011ddfa8a6573b6e9e6704c1eb9d4e7ebd Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Sat, 11 May 2019 20:29:00 +0100 Subject: [PATCH] License: MIT Signed-off-by: Henrique Dias --- .circleci/config.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 811aaae3..3a4925bd 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -16,9 +16,12 @@ jobs: command: | git submodule init git submodule update --remote - - run: cd frontend - - run: npm install - - run: npm run build + - run: + name: "Build" + command: | + cd frontend + npm install + npm run build build-go: docker: - image: circleci/golang