Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Explicitly cache our node_modules in each package
This will massively speed up the install process, which should reduce build times for the next build following this one by ~2/3. Unfortunately, globing isn't allowed, so you'll have to manually add any new packages here. Also, the top level node_modules isn't needed, as that's done automatically by Travis. And I changed out the "stable" version for "node", as per Travis's docs.
- Loading branch information
ea1212a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉 Thanks @timdorr. This looks great! Hopefully we don't run into weird caching bugs on Travis.