From 49a3eced61988dd7b9d57af219be0ee12091d154 Mon Sep 17 00:00:00 2001 From: hydrant Date: Tue, 21 May 2019 21:38:57 +0200 Subject: [PATCH] try fix npm --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a0a3de08..542f3fd8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,8 +18,7 @@ build: - "../gm_database_password.sh" - "dotnet build -c ServerBuild" - "cd ReallifeGamemode.Client/" - - "npm install" - - "npm update" + - "npm ci" - "npm run build:server" - "cd ../" - "sudo ../gm_copy_build_files.sh" \ No newline at end of file