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 9fc04ed commit 7887500Copy full SHA for 7887500
1 file changed
.github/actions/build-vsix/action.yml
@@ -30,5 +30,8 @@ runs:
30
- run: npm run updateBuildNumber -- --buildNumber $GITHUB_RUN_ID
31
shell: bash
32
33
+ - run: npm run addExtensionDependencies
34
+ shell: bash
35
+
36
- run: npm run package
37
0 commit comments