We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 803231d commit 437a8e7Copy full SHA for 437a8e7
.github/workflows/release.yml
@@ -38,6 +38,10 @@ jobs:
38
- name: Install Dependencies
39
run: npm ci
40
41
+ # Build the bundled extension (produces dist/extension.js for main entrypoint)
42
+ - name: Build Extension
43
+ run: npm run esbuild
44
+
45
# Step 4: Handle prerelease logic for pushes to 'develop'.
46
- name: Publish Prerelease to Open VSX
47
if: github.ref == 'refs/heads/develop'
0 commit comments