include pnpm-workspace.yaml in cache key

This commit is contained in:
Hazelnoot 2025-09-27 16:22:13 -04:00
parent 3035ccd0c8
commit 2f1ac23c57

View file

@ -85,6 +85,7 @@ build: &build
key:
files:
- 'pnpm-lock.yaml'
- 'pnpm-workspace.yaml'
paths:
- '.pnpm-store/'
- 'node_modules/'