Skip to content

Commit 18ed6ba

Browse files
zeelkasperpeulen
authored andcommitted
Moved npm run build before npm test (facebook#2725)
Closes facebook#2713
1 parent cf39747 commit 18ed6ba

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
@@ -1375,8 +1375,8 @@ cache:
13751375
directories:
13761376
- node_modules
13771377
script:
1378-
- npm test
13791378
- npm run build
1379+
- npm test
13801380
```
13811381
1. Trigger your first build with a git push.
13821382
1. [Customize your Travis CI Build](https://docs.travis-ci.com/user/customizing-the-build/) if needed.

0 commit comments

Comments
 (0)