Skip to content

Commit 1bd82f8

Browse files
committed
Add separate compile step to CI
1 parent 1a65aa0 commit 1bd82f8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
npm ci
3333
npm i -g gulp
3434
35+
- name: Compile
36+
run: npm run compile
37+
3538
- name: Build extension package
3639
run: gulp 'vsix:release:package'
3740

0 commit comments

Comments
 (0)