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 7374608 commit 81719ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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 bte-server test-cov
- name: Send coverage report to codecov for visualization
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@
"typescript": "5.2.2"
},
"dependencies": {
"@biothings-explorer/query_graph_handler": "workspace:../query_graph_handler",
"@biothings-explorer/smartapi-kg": "workspace:../smartapi-kg",
"@biothings-explorer/types": "workspace:../types",
"@biothings-explorer/utils": "workspace:../utils",
"@biothings-explorer/call-apis": "workspace:../call-apis",
"@biothings-explorer/query_graph_handler": "workspace:*",
"@biothings-explorer/smartapi-kg": "workspace:*",
"@biothings-explorer/types": "workspace:*",
"@biothings-explorer/utils": "workspace:*",
"@biothings-explorer/call-apis": "workspace:*",
"@bull-board/api": "^5.9.1",
"@bull-board/express": "^5.9.1",
"@opentelemetry/api": "^1.7.0",
Expand Down

0 comments on commit 81719ee

Please sign in to comment.