perform only when package-lock.json changes
This commit is contained in:
parent
5af6c35b24
commit
34154c4cf0
@ -29,9 +29,9 @@ build_fe:
|
|||||||
key: $CI_COMMIT_REF_SLUG-$CI_PROJECT_DIR
|
key: $CI_COMMIT_REF_SLUG-$CI_PROJECT_DIR
|
||||||
paths:
|
paths:
|
||||||
- frontend/node_modules/
|
- frontend/node_modules/
|
||||||
# only:
|
only:
|
||||||
# changes:
|
changes:
|
||||||
# - frontend/package-lock.json
|
- frontend/package-lock.json
|
||||||
extends:
|
extends:
|
||||||
- .build
|
- .build
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user