Skip to content

Commit 730958c

Browse files
authored
Merge pull request #505 from rajbos/fix-cca
Fix CCA setup
2 parents 876b46e + d6f42b1 commit 730958c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/copilot-setup-steps.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,12 @@ jobs:
4343
with:
4444
node-version: "20"
4545
cache: "npm"
46+
cache-dependency-path: "**/package-lock.json"
4647

4748
- name: Install JavaScript dependencies
48-
run: npm ci
49+
run: |
50+
cd vscode-extension && npm ci
51+
cd ../cli && npm ci
4952
5053
# Download session log files from Azure Blob Storage (optional)
5154
# This step only runs if Azure Storage credentials are configured in the `copilot` environment

0 commit comments

Comments
 (0)