perform only when package-lock.json changes

This commit is contained in:
Marco Zeisler 2021-05-12 00:09:47 +02:00
parent 5af6c35b24
commit 34154c4cf0

View File

@ -29,9 +29,9 @@ build_fe:
key: $CI_COMMIT_REF_SLUG-$CI_PROJECT_DIR
paths:
- frontend/node_modules/
# only:
# changes:
# - frontend/package-lock.json
only:
changes:
- frontend/package-lock.json
extends:
- .build