added npm install
This commit is contained in:
parent
9d4e27bac7
commit
5a6f5deb59
@ -60,6 +60,7 @@ build_be:
|
||||
lint_fe:
|
||||
script:
|
||||
- cd ./frontend
|
||||
- npm install
|
||||
- npm run -- ng lint
|
||||
extends:
|
||||
- .lint
|
||||
@ -87,7 +88,7 @@ lint_fe:
|
||||
test_fe:
|
||||
script:
|
||||
- cd ./frontend
|
||||
- npm update
|
||||
- npm install
|
||||
- npm run -- ng test
|
||||
cache:
|
||||
key: $CI_COMMIT_REF_SLUG-$CI_PROJECT_DIR
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user