use npm update instead of npm install
This commit is contained in:
parent
6d80cf94e3
commit
bb5f40c93a
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user