Skip to content

Commit 47d6b6c

Browse files
committed
install node_modules
1 parent 770858c commit 47d6b6c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ jobs:
6464
shell: bash
6565
run: |
6666
npm install -g vsce
67+
cd client
68+
npm install
69+
cd ..
6770
vsce package -o ${{ steps.vars.outputs.PKG_NAME }} -t ${{ matrix.platform }}
6871
6972
- uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)