diff --git a/includes/cache.yml b/includes/cache.yml index 20c620cd3204b44e87791043bfd5654ff4fb4ddc..16db3f22e0ac31537fcda2022db539db52301001 100644 --- a/includes/cache.yml +++ b/includes/cache.yml @@ -1,10 +1,13 @@ .cache-node-modules: cache: - key: node-modules - policy: pull-push - paths: - - node_modules - - "$APP_DIR/node_modules/" + - key: node-modules + policy: pull-push + paths: + - node_modules + - key: node-modules-$APP_DIR + policy: pull-push + paths: + - "$APP_DIR/node_modules/" .cache-app-build-node-next: cache: