-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
typo in Documentation/react-scripts/on-ci-server/travis #2713
Labels
Comments
Sounds good. |
@gaearon I have opened PR for this. |
JohnNilsson
referenced
this issue
in JohnNilsson/create-react-app-typescript
Aug 9, 2017
Closes #2713
morgs32
pushed a commit
to BrickworkSoftware/create-react-app
that referenced
this issue
Sep 1, 2017
JohnNilsson
referenced
this issue
in JohnNilsson/create-react-app-typescript
Sep 9, 2017
Closes #2713
kasperpeulen
pushed a commit
to kasperpeulen/create-react-app
that referenced
this issue
Sep 24, 2017
swengorschewski
referenced
this issue
in swengorschewski/cra-typescript-electron
Oct 16, 2017
Closes #2713
LishuGupta652
pushed a commit
to LishuGupta652/create-react-app-1
that referenced
this issue
Oct 8, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am using travis as my CI server and as per
README
( link ) used following script for.travis.yml
fileThe problem is with the order of commands. When running tests, it won't be able to find .css files as they are created in
npm run build
step.I think following would be correct
.travis.yml
file.Let me know if I can open PR for this.
The text was updated successfully, but these errors were encountered: