Skip to content

Commit

Permalink
chore: use npm build for hew (#8845)
Browse files Browse the repository at this point in the history
This uses the npm build for hew. previously, we used the github build,
which required us to grab hew's dependencies and build on install. this
should improve build times as the package is built ahead of time.
  • Loading branch information
ashtonG authored Feb 16, 2024
1 parent 6b63750 commit c656aac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions webui/react/package-lock.json

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

2 changes: 1 addition & 1 deletion webui/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"fp-ts": "^2.16.1",
"fuse.js": "^7.0.0",
"hermes-parallel-coordinates": "^0.6.17",
"hew": "git+https://git@github.com/determined-ai/hew.git#v0.6.30",
"hew": "npm:@hpe.com/hew@^0.6.30",
"humanize-duration": "^3.28.0",
"immutable": "^4.3.0",
"io-ts": "^2.2.20",
Expand Down

0 comments on commit c656aac

Please sign in to comment.