Skip to content

Commit

Permalink
Moved npm run build before npm test (#2725)
Browse files Browse the repository at this point in the history
Closes #2713
  • Loading branch information
zeel authored and Timer committed Jul 13, 2017
1 parent a7e7144 commit 3ffad55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-scripts/template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1379,8 +1379,8 @@ cache:
directories:
- node_modules
script:
- npm test
- npm run build
- npm test
```
1. Trigger your first build with a git push.
1. [Customize your Travis CI Build](https://docs.travis-ci.com/user/customizing-the-build/) if needed.
Expand Down

0 comments on commit 3ffad55

Please sign in to comment.