From fc38c747aa61f87eb4ffe426a418b88a126a8600 Mon Sep 17 00:00:00 2001 From: Marco Zeisler Date: Tue, 11 May 2021 17:54:39 +0200 Subject: [PATCH] check if install also works and is faster than update --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d0a6e37..d9bf512 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -50,7 +50,7 @@ lint_fe: image: johnpapa/angular-cli script: - cd ./frontend - - npm update + - npm install - npm run -- ng lint extends: - .lint