We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f52be0e commit d6f42b1Copy full SHA for d6f42b1
.github/workflows/copilot-setup-steps.yml
@@ -43,9 +43,12 @@ jobs:
43
with:
44
node-version: "20"
45
cache: "npm"
46
+ cache-dependency-path: "**/package-lock.json"
47
48
- name: Install JavaScript dependencies
- run: npm ci
49
+ run: |
50
+ cd vscode-extension && npm ci
51
+ cd ../cli && npm ci
52
53
# Download session log files from Azure Blob Storage (optional)
54
# This step only runs if Azure Storage credentials are configured in the `copilot` environment
0 commit comments