From c0e796c9037857e81f512bb71da6c2975b57dfe3 Mon Sep 17 00:00:00 2001 From: hydrant Date: Tue, 21 May 2019 21:37:36 +0200 Subject: [PATCH] run npm update --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f0d2e9d3..a0a3de08 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,6 +19,7 @@ build: - "dotnet build -c ServerBuild" - "cd ReallifeGamemode.Client/" - "npm install" + - "npm update" - "npm run build:server" - "cd ../" - "sudo ../gm_copy_build_files.sh" \ No newline at end of file