Commit 422e07d7 authored by Mohamed S's avatar Mohamed S Committed by Protocole
Browse files

Feat: update yarn_install to 0.4.0

parent b01b46aa
Loading
Loading
Loading
Loading
+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 
+1 −1
Original line number Diff line number Diff line
@@ -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"