plotly / dash-core-components

OBSOLETE: now part of https://github.com/plotly/dash
https://dash.plotly.com
MIT License
270 stars 147 forks source link

Update tests to upload tar.gz to CircleCI artifacts #984

Open xhluca opened 2 years ago

xhluca commented 2 years ago

This would allow downloading a specific version of a PR branch by first wgetting the tarball and installing it locally. This would avoid having to clone the repo, checkout to the branch, and npm i and npm run build.