Skip to content

Commit

Permalink
only install from extension level during packing
Browse files Browse the repository at this point in the history
  • Loading branch information
thewahome committed Feb 27, 2025
1 parent 9c0eea8 commit 602d09a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-vscode-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,12 +121,12 @@ jobs:
npm run package
cd ..
npm install
cd microsoft-kiota
npm install --no-audit --no-fund --legacy-peer-deps
npm install ../npm-package/microsoft-kiota-1.0.0.tgz
vsce package
vsce ls --tree
working-directory: vscode
name: 'Package VSCode extension'
if: matrix.builds.id == 'vscode'
Expand Down

0 comments on commit 602d09a

Please sign in to comment.