Skip to content

Commit 7887500

Browse files
authored
Add extension dependencies at build time (#14636)
1 parent 9fc04ed commit 7887500

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/actions/build-vsix/action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,8 @@ runs:
3030
- run: npm run updateBuildNumber -- --buildNumber $GITHUB_RUN_ID
3131
shell: bash
3232

33+
- run: npm run addExtensionDependencies
34+
shell: bash
35+
3336
- run: npm run package
3437
shell: bash

0 commit comments

Comments
 (0)