Skip to content

Commit 3ffad55

Browse files
zeelTimer
authored andcommitted
Moved npm run build before npm test (#2725)
Closes #2713
1 parent a7e7144 commit 3ffad55

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)