You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 thebuild
folder, and thatnpm run eject
(aka "graduate" before #9 is fixed) changes the project in a way thatnpm run build
also works.The text was updated successfully, but these errors were encountered: