Skip to content

Commit f86944f

Browse files
committed
Fix publish action
Signed-off-by: Ben Sherman <bentshermann@gmail.com>
1 parent da8469d commit f86944f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ jobs:
1414
cache: "npm"
1515

1616
- name: npm clean install
17-
run: npm ci
17+
run: |
18+
(cd webview-ui ; npm ci)
19+
npm ci
1820
1921
- name: Build vscode extension
2022
run: npm run package

0 commit comments

Comments
 (0)