FullstackAcademy / boilermaker

Code scaffold for projects
https://www.youtube.com/watch?v=7bLSuTHH4Ag&list=PLx0iOsdUOUmn7D5XL4mRUftn8hvAJGs8H
MIT License
215 stars 706 forks source link

feat(packages): switch from yarn to npm #75

Closed glebec closed 6 years ago

glebec commented 6 years ago

Assignee Tasks

Switches package management (removes yarn lockfile, adds npm lockfile, changes Travis options).

glebec commented 6 years ago

Special note, since npm ci tosses node_modules, caching the node modules is counter-productive. Removed from travis yml.