This is boring but needed.
Write a script we can run on Travis that tests that create-react-app something && cd something && npm run build produces a build without error in the build folder, and that npm run eject (aka "graduate" before #9 is fixed) changes the project in a way that npm run build also works.
This is boring but needed.
Write a script we can run on Travis that tests that
create-react-app something && cd something && npm run buildproduces a build without error in thebuildfolder, and thatnpm run eject(aka "graduate" before #9 is fixed) changes the project in a way thatnpm run buildalso works.