chore(gitlab-ci): include npm cache in frontend deps
This commit is contained in:
parent
b838133c53
commit
f5d02a4b22
@ -54,6 +54,7 @@ node modules:
|
|||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- node_modules/
|
- node_modules/
|
||||||
|
- .npm/
|
||||||
- .npmrc
|
- .npmrc
|
||||||
name: "${CI_JOB_NAME}-${CI_COMMIT_SHORT_SHA}"
|
name: "${CI_JOB_NAME}-${CI_COMMIT_SHORT_SHA}"
|
||||||
expire_in: "1 day"
|
expire_in: "1 day"
|
||||||
|
|||||||
Reference in New Issue
Block a user