Skip to content

Commit 2e37266

Browse files
committed
install first
1 parent fdb5beb commit 2e37266

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ jobs:
7171
run: |
7272
npm install -g typescript
7373
cd client
74+
npm install
7475
tsc
7576
cd ..
7677
@@ -79,9 +80,6 @@ jobs:
7980
shell: bash
8081
run: |
8182
npm install -g vsce
82-
cd client
83-
npm install
84-
cd ..
8583
vsce package -o ${{ steps.vars.outputs.PKG_NAME }} -t ${{ matrix.platform }}
8684
8785
- uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)