Skip to content

Commit 5ef3a25

Browse files
committed
correct github workflow
1 parent b8d4474 commit 5ef3a25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126

127127
- name: Build VSCode pacakge
128128
run: |
129-
npm install --dev
129+
npm install --also=dev
130130
npx vsce package -o dist
131131
132132
- name: Upload VSCode package

0 commit comments

Comments
 (0)