mirror of
https://github.com/google/blockly.git
synced 2026-04-26 15:10:21 +02:00
chore(docs): point docs Workflow at root-level package.json
Since we're using npm workspaces
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user