Skip to content

Commit

Permalink
feat: update genetics ui dep
Browse files Browse the repository at this point in the history
  • Loading branch information
carcruz committed Jul 3, 2022
1 parent 8767330 commit b706b05
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ This repository holds the Open Targets web applications.

This project contains the [Platform](https://platform.opentargets.org/) and [Genetics](https://genetics.opentargets.org/) web applications. To run both in development mode, you can run: `yarn dev` in the root directory.

To run only Platform `yarn run:platfrom`
To run only Platform `yarn dev:platfrom`

To run only Genetics `yarn run:genetics`
To run only Genetics `yarn dev:genetics`

## Building production-ready bundle

Expand Down
5 changes: 2 additions & 3 deletions apps/genetics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"litemol": "^2.4.2",
"local-storage": "^2.0.0",
"lodash": "^4.17.21",
"particles.js": "^2.0.0",
"polished": "^2.3.0",
"protvista-uniprot": "^2.8.3",
"query-string": "^6.10.1",
Expand All @@ -49,9 +48,9 @@
"react-select": "^5.3.2",
"react-sizeme": "^3.0.2",
"react-sticky": "^6.0.3",
"recoil": "^0.3.0",
"smiles-drawer": "^1.1.22",
"typeface-inter": "^3.3.0"
"typeface-inter": "^3.3.0",
"ui": "*"
},
"scripts": {
"dev": "vite --clearScreen false",
Expand Down

0 comments on commit b706b05

Please sign in to comment.