Hacker News new | ask | show | jobs
by danielrw7 2995 days ago
I'd recommend that you add a .gitignore line for the node_modules folder, which will reduce the size of the git project by a lot
1 comments

the build for codecov didn't work when I did that.
I'm not too familiar with travis/codecov, but maybe you could add "npm install" to your .travis.yml "install" section? That way the dependencies would be downloaded before the scripts ran.
Yes I will do that thank you for mentioning