added update
This commit is contained in:
parent
66e2b7fe84
commit
8cd4f8281f
@ -50,6 +50,7 @@ lint_fe:
|
|||||||
image: johnpapa/angular-cli
|
image: johnpapa/angular-cli
|
||||||
script:
|
script:
|
||||||
- cd ./frontend
|
- cd ./frontend
|
||||||
|
- npm update
|
||||||
- npm run -- ng lint
|
- npm run -- ng lint
|
||||||
extends:
|
extends:
|
||||||
- .lint
|
- .lint
|
||||||
@ -78,6 +79,7 @@ test_fe:
|
|||||||
|
|
||||||
test_be:
|
test_be:
|
||||||
script:
|
script:
|
||||||
|
- cd ./backend
|
||||||
- ls -l
|
- ls -l
|
||||||
extends:
|
extends:
|
||||||
- .test
|
- .test
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user