From f4a6daf59d932860f36513f4e4efebe790b75061 Mon Sep 17 00:00:00 2001
From: zeel <zeel.shah@sprinklr.com>
Date: Wed, 5 Jul 2017 11:49:33 +0530
Subject: [PATCH] #2713 - react-scripts - fixed typo in Documentation - moved
 npm run build before npm test

---
 packages/react-scripts/template/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/react-scripts/template/README.md b/packages/react-scripts/template/README.md
index 577502840..d0f88421e 100644
--- a/packages/react-scripts/template/README.md
+++ b/packages/react-scripts/template/README.md
@@ -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.
-- 
GitLab