added update

This commit is contained in:
Marco Zeisler 2021-05-11 17:50:57 +02:00
parent 66e2b7fe84
commit 8cd4f8281f

View File

@ -50,6 +50,7 @@ lint_fe:
image: johnpapa/angular-cli
script:
- cd ./frontend
- npm update
- npm run -- ng lint
extends:
- .lint
@ -78,6 +79,7 @@ test_fe:
test_be:
script:
- cd ./backend
- ls -l
extends:
- .test