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 6012a90 commit 06e2cc5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 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 query_graph_handler test-cov
- name: Send coverage report to codecov for visualization
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@
"typescript": "^5.2.2"
},
"dependencies": {
"@biothings-explorer/api-response-transform": "workspace:../api-response-transform",
"@biothings-explorer/call-apis": "workspace:../call-apis",
"@biothings-explorer/node-expansion": "workspace:../node-expansion",
"@biothings-explorer/smartapi-kg": "workspace:../smartapi-kg",
"@biothings-explorer/utils": "workspace:../utils",
"@biothings-explorer/types": "workspace:../types",
"biolink-model": "workspace:../biolink-model",
"biomedical_id_resolver": "workspace:../biomedical_id_resolver",
"@biothings-explorer/api-response-transform": "workspace:*",
"@biothings-explorer/call-apis": "workspace:*",
"@biothings-explorer/node-expansion": "workspace:*",
"@biothings-explorer/smartapi-kg": "workspace:*",
"@biothings-explorer/utils": "workspace:*",
"@biothings-explorer/types": "workspace:*",
"biolink-model": "workspace:*",
"biomedical_id_resolver": "workspace:*",
"@sentry/node": "^7.74.1",
"async": "^3.2.4",
"chi-square-p-value": "^1.0.5",
Expand Down

0 comments on commit 06e2cc5

Please sign in to comment.