Skip to content

Commit

Permalink
pnpm ls
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebailey committed Nov 20, 2023
1 parent 98261ad commit 18c3877
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
- run: ./scripts/pnpm-install.sh
name: pnpm install

- run: pnpm ls

# Run tests
- run: pnpm run test-all

Expand Down
3 changes: 3 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
- script: ./scripts/pnpm-install.sh
displayName: 'pnpm install'

- script: pnpm ls
displayName: 'pnpm ls'

- script: |
if [[ $BUILD_REASON == "Schedule" ]]; then git config --global user.email "types@microsoft.com" && git config --global user.name "TypeScript Bot" && pnpm run update-codeowners; fi
git checkout -- .
Expand Down

0 comments on commit 18c3877

Please sign in to comment.