Skip to content

Commit

Permalink
fix: pnpm uses packages in topological order
Browse files Browse the repository at this point in the history
  • Loading branch information
rjawesome committed Aug 12, 2024
1 parent 1e76c50 commit 4fc9202
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_ws_codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: |
pnpm run clone
pnpm run git checkout ${{ steps.branch-name.outputs.current_branch }}
pnpm i || pnpm i
pnpm i
pnpm --filter api-response-transform test-cov
- name: Send coverage report to codecov for visualization
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
"typescript": "^5.2.2"
},
"dependencies": {
"@biothings-explorer/utils": "workspace:../utils",
"@biothings-explorer/types": "workspace:../types",
"@biothings-explorer/smartapi-kg": "workspace:../smartapi-kg",
"@biothings-explorer/utils": "workspace:*",
"@biothings-explorer/types": "workspace:*",
"@biothings-explorer/smartapi-kg": "workspace:*",
"@commitlint/cli": "^17.8.1",
"@commitlint/config-conventional": "^11.0.0",
"async": "^3.2.4",
Expand Down

0 comments on commit 4fc9202

Please sign in to comment.