chore(docs): point docs Workflow at root-level package.json

Since we're using npm workspaces
This commit is contained in:
Greg Annandale
2026-04-03 10:07:27 +01:00
parent 87718a53e2
commit 6692142416
+1 -1
View File
@@ -46,7 +46,7 @@ jobs:
with:
node-version: 20.x
cache: 'npm'
cache-dependency-path: packages/docs/package-lock.json
cache-dependency-path: 'package-lock.json' # root level, since we're using npm workspaces
- name: Install dependencies
working-directory: ./packages/docs