greenelab / connectivity-search-frontend

Frontend code for connectivity search (formerly "Hetmech")
https://het.io/search
BSD 3-Clause "New" or "Revised" License
2 stars 3 forks source link

clean up CI config #145

Open vincerubinetti opened 5 years ago

vincerubinetti commented 5 years ago

Our current CI config is a little bit "dirty" in that we have to set the permissions of a cache folder. I don't think it should have to be micromanaged like that. It should just be: install gh-pages and run it as a normal command.

Also, we're using circleci/node:latest in some places and an old version image of node in other places, and we should make that consistent.

This applies to hetmech-frontend, repurpose-frontend, disease-genes-frontend, and frontend-components.