Skip to content

Commit

Permalink
Moved npm run build before npm test (facebook#2725)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeel authored and JohnNilsson committed Sep 9, 2017
1 parent 494d96f commit c3f4b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-scripts/template/README.md
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 c3f4b7c

Please sign in to comment.