Skip to content

Commit

Permalink
ci: prefer workspace packages
Browse files Browse the repository at this point in the history
  • Loading branch information
sallerli1 committed Apr 17, 2024
1 parent 6260f0c commit 8debc9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
strict-peer-dependencies=false
strict-peer-dependencies=false
prefer-workspace-packages=true
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pool:
vmImage: 'ubuntu-latest'

variables:
install_packages: 'npm add -g pnpm && pnpm install'
install_packages: 'npm add -g pnpm@8.7.1 && pnpm install'

stages:
- stage: env
Expand Down

0 comments on commit 8debc9d

Please sign in to comment.