diff --git a/.github/workflows/test_ws_codecov.yml b/.github/workflows/test_ws_codecov.yml index fbf7c9d9..54c3c6a7 100644 --- a/.github/workflows/test_ws_codecov.yml +++ b/.github/workflows/test_ws_codecov.yml @@ -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 diff --git a/package.json b/package.json index 6426eca2..3dd301c8 100644 --- a/package.json +++ b/package.json @@ -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",