From 5a95cc7b665d016df330c6946fb54d7b629d9d34 Mon Sep 17 00:00:00 2001 From: Chris Hines <chris.hines@monash.edu> Date: Mon, 11 Feb 2019 10:19:52 +1100 Subject: [PATCH] localise install --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0486061..23b9536 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,5 +7,5 @@ test: - apt update - apt install -y npm - rm ./package-lock.json - - npm install + - npm install -u - ./node_modules/@angular/cli/bin/ng build --prod --base-href=/sv2/ -- GitLab