Skip to content

Commit

Permalink
[experiment] link befre build
Browse files Browse the repository at this point in the history
  • Loading branch information
thewahome committed Feb 25, 2025
1 parent 4720759 commit c05aee7
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .github/workflows/build-vscode-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,16 +74,20 @@ jobs:
args: >
-Dsonar.javascript.lcov.reportPaths=coverage/lcov.info,../npm-package/coverage/lcov.info
- run: npm run build
working-directory: packages/kiota
- run: npm install
- run: lerna link
- run: ls -l node_modules/@microsoft/kiota || echo "kiota is missing!"
working-directory: vscode/microsoft-kiota
- run: cat node_modules/@microsoft/kiota/runtime.json || echo "runtime.json missing!"
working-directory: vscode/microsoft-kiota
- run: npm run package:${{ matrix.builds.id }}
working-directory: vscode
- run: npm i -g @vscode/vsce
if: matrix.builds.id == 'vscode'
- run: npm run build
if: matrix.builds.id == 'vscode'
working-directory: vscode
- run: |
ls -l node_modules/@microsoft/kiota
cat node_modules/@microsoft/kiota/runtime.json
- run: |
npm ls @microsoft/kiota
vsce package --no-dependencies
vsce ls
if: matrix.builds.id == 'vscode'
Expand All @@ -92,4 +96,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.builds.name }}
path: vscode/${{ matrix.builds.path }}/*.${{ matrix.builds.item }}
path: vscode/${{ matrix.builds.path }}/*.${{ matrix.builds.item }}

0 comments on commit c05aee7

Please sign in to comment.