Skip to content

Commit bd5b69b

Browse files
zeelmorgs32
authored andcommitted
Moved npm run build before npm test (facebook#2725)
Closes facebook#2713
1 parent c48d0c2 commit bd5b69b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-scripts/template/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1379,8 +1379,8 @@ cache:
13791379
directories:
13801380
- node_modules
13811381
script:
1382-
- npm test
13831382
- npm run build
1383+
- npm test
13841384
```
13851385
1. Trigger your first build with a git push.
13861386
1. [Customize your Travis CI Build](https://docs.travis-ci.com/user/customizing-the-build/) if needed.

0 commit comments

Comments
 (0)