added update
This commit is contained in:
parent
66e2b7fe84
commit
8cd4f8281f
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user