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: lint_fe:
script: script:
- cd ./frontend - cd ./frontend
- npm install - npm update
- ng lint - ng lint
extends: extends:
- .lint - .lint
@ -78,6 +78,7 @@ lint_fe:
test_fe: test_fe:
script: script:
- cd ./frontend - cd ./frontend
- npm update
- ng test - ng test
extends: extends:
- .test - .test