Solve the TravisCI keep failing issue
Issue: @felixfong227 acting stupid
Solution:
Remvoing the NODE_ENV=production
Because when the NODE_ENV is set to production, Yarn or NPM wont't install the devDependencies, so with that said, ESLint and Jest won't be installed, but the test and lint command will still be run, but the tools is not yet installed 🤦♂️
Solve the TravisCI keep failing issue Issue: @felixfong227 acting stupid
Solution: Remvoing the
NODE_ENV=production
Because when the NODE_ENV is set to
production
, Yarn or NPM wont't install thedevDependencies
, so with that said, ESLint and Jest won't be installed, but thetest
andlint
command will still be run, but the tools is not yet installed 🤦♂️