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 7c9f4fa commit 9d25be5
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 32 deletions.
6 changes: 3 additions & 3 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
},
"homepage": "https://github.com/biothings/biothings_explorer#readme",
"dependencies": {
"@biothings-explorer/smartapi-kg": "workspace:../smartapi-kg",
"biomedical_id_resolver": "workspace:../biomedical_id_resolver",
"@biothings-explorer/utils": "workspace:../utils"
"@biothings-explorer/smartapi-kg": "workspace:*",
"biomedical_id_resolver": "workspace:*",
"@biothings-explorer/utils": "workspace:*"
},
"devDependencies": {
"@types/jest": "^29.5.12"
Expand Down
55 changes: 26 additions & 29 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9d25be5

Please sign in to comment.