Skip to content

Commit 437a8e7

Browse files
authored
Update release.yml
1 parent 803231d commit 437a8e7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ jobs:
3838
- name: Install Dependencies
3939
run: npm ci
4040

41+
# Build the bundled extension (produces dist/extension.js for main entrypoint)
42+
- name: Build Extension
43+
run: npm run esbuild
44+
4145
# Step 4: Handle prerelease logic for pushes to 'develop'.
4246
- name: Publish Prerelease to Open VSX
4347
if: github.ref == 'refs/heads/develop'

0 commit comments

Comments
 (0)