use npm update instead of npm install
This commit is contained in:
parent
6d80cf94e3
commit
bb5f40c93a
@ -51,7 +51,7 @@ build_be:
|
||||
lint_fe:
|
||||
script:
|
||||
- cd ./frontend
|
||||
- npm install
|
||||
- npm update
|
||||
- ng lint
|
||||
extends:
|
||||
- .lint
|
||||
@ -78,6 +78,7 @@ lint_fe:
|
||||
test_fe:
|
||||
script:
|
||||
- cd ./frontend
|
||||
- npm update
|
||||
- ng test
|
||||
extends:
|
||||
- .test
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user