Skip to content

Commit 6912730

Browse files
committed
fix(ci): install root deps before extension type check
1 parent 42750c9 commit 6912730

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ jobs:
8686
cache: 'npm'
8787
cache-dependency-path: vscode-extension/package-lock.json
8888

89+
- name: Install root dependencies
90+
run: npm ci --ignore-scripts --no-audit --prefer-offline
91+
8992
- name: Install extension dependencies
9093
working-directory: ./vscode-extension
9194
run: npm ci

0 commit comments

Comments
 (0)