mrbrianevans / social-media-export-analyser

Analyse GDPR exports of your data from big social media companies
https://social-media-export-analyser-mrybc.ondigitalocean.app/
MIT License
1 stars 0 forks source link

Travis CI config: switched to `ci` installs, and added client build GH-10 #11

Closed mrbrianevans closed 3 years ago

mrbrianevans commented 3 years ago

Changes to continuous integration and deployment.

Travis CI builds now use npm ci to keep package version consistent. Travis also builds the client.

Closes GH-10

mrbrianevans commented 3 years ago

Fixed digital ocean deploy by installing sass module and running npm i in the lib directory before building client.