From 21a7967664ed1fb8344b7dda4d1529a06f2e6611 Mon Sep 17 00:00:00 2001 From: hydrant Date: Tue, 30 Jul 2019 12:55:51 +0200 Subject: [PATCH] try fix build --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bb8bbd71..bcd5f20c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,7 @@ build: - "../gm_database_password.sh" - "dotnet build -c ServerBuild" - "cd ReallifeGamemode.Client/" - - "npm install --save-dev" + - "npm ci" - "npm run build:server" - "cd ../" - "sudo ../gm_copy_build_files.sh" \ No newline at end of file