Loading jobs/yarn_install/versions/0.4.0.md 0 → 100644 +2 −0 Original line number Diff line number Diff line * Add `yarn.lock` as a key to the job's cache * Remove `cache:key:prefix` to optimize cache jobs/yarn_install/yarn_install.yml +1 −1 Original line number Diff line number Diff line Loading @@ -3,8 +3,8 @@ cache: key: files: - "${PROJECT_ROOT}/yarn.lock" - "${PROJECT_ROOT}/package.json" prefix: "yarn-${CI_COMMIT_REF_SLUG}" paths: - "${PROJECT_ROOT}/node_modules" Loading Loading
jobs/yarn_install/versions/0.4.0.md 0 → 100644 +2 −0 Original line number Diff line number Diff line * Add `yarn.lock` as a key to the job's cache * Remove `cache:key:prefix` to optimize cache
jobs/yarn_install/yarn_install.yml +1 −1 Original line number Diff line number Diff line Loading @@ -3,8 +3,8 @@ cache: key: files: - "${PROJECT_ROOT}/yarn.lock" - "${PROJECT_ROOT}/package.json" prefix: "yarn-${CI_COMMIT_REF_SLUG}" paths: - "${PROJECT_ROOT}/node_modules" Loading