Commit f227496
fix(ci): correct working-directory for extension npm ci step
The 'Install extension dependencies' step was using working-directory: .
(repo root) which has no package.json. Changed to vscode-extension/ where
the actual package.json lives.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent fe96fa8 commit f227496
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
0 commit comments