check if install also works and is faster than update

This commit is contained in:
Marco Zeisler 2021-05-11 17:54:39 +02:00
parent 8cd4f8281f
commit fc38c747aa

View File

@ -50,7 +50,7 @@ lint_fe:
image: johnpapa/angular-cli image: johnpapa/angular-cli
script: script:
- cd ./frontend - cd ./frontend
- npm update - npm install
- npm run -- ng lint - npm run -- ng lint
extends: extends:
- .lint - .lint