use npm update instead of npm install

This commit is contained in:
Marco Zeisler 2021-05-11 19:48:38 +02:00
parent 6d80cf94e3
commit bb5f40c93a

View File

@ -51,7 +51,7 @@ build_be:
lint_fe:
script:
- cd ./frontend
- npm install
- npm update
- ng lint
extends:
- .lint
@ -78,6 +78,7 @@ lint_fe:
test_fe:
script:
- cd ./frontend
- npm update
- ng test
extends:
- .test