From 1cf95f1f27b4f5c5ba3074b442b6a4af021beebc Mon Sep 17 00:00:00 2001 From: shockrah Date: Sat, 1 May 2021 16:28:59 -0700 Subject: [PATCH] * Fixed issue with npm build that was supposed to be npm install --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6b882ae..b0dde39 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -75,7 +75,7 @@ build-rtc-server: script: - cd rtc-server/ - - npm build + - npm install artifacts: paths: