From dbf24f2169cdb555cf0ce15e90e1fc7ae5a4ad6c Mon Sep 17 00:00:00 2001 From: Jonny Ngo Luong <jonnynl@stud.ntnu.no> Date: Wed, 24 Mar 2021 10:04:30 +0100 Subject: [PATCH] d2 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 507f856..eee0fff 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,8 +11,8 @@ build: stage: build before_script: - npm --silent install - - cd server && npm install && cd .. - - cd ../client && npm install + - cd server && npm --silent install && cd .. + - cd ../client && npm --silent install script: - cd server && npm run build && cd .. - cd ../client && npm build -- GitLab