Commit d415783e authored by Wohlgemuth, Jason's avatar Wohlgemuth, Jason
Browse files

feat(ci): Add caching to pipeline

parent 2b3aba1c
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -24,6 +24,12 @@ stages:
  - build

lint-and-validate:
  cache:
    key:
      files:
        - package-lock.json
    paths:
      - node_modules
  rules:
    - changes:
      - src/content/**/*