Skip to content

Commit b460f49

Browse files
committed
compile client in build flow
1 parent 5529437 commit b460f49

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,14 @@ jobs:
6666
echo ::set-output name=PKG_BASENAME::${PKG_BASENAME}
6767
echo ::set-output name=PKG_NAME::${PKG_NAME}
6868
69+
- name: Compile clinet
70+
shell: bash
71+
run: /
72+
npm install -g typescript
73+
cd client
74+
tsc
75+
cd ..
76+
6977
- name: Pack vsix
7078
id: pack
7179
shell: bash

0 commit comments

Comments
 (0)