Skip to content

Commit

Permalink
Merge pull request #6 from oneforwonder/patch-1
Browse files Browse the repository at this point in the history
Build was repeated in package.json scripts diff
  • Loading branch information
patricklafrance authored Nov 7, 2018
2 parents e323a78 + b2f372b commit cffd374
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/craco/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ Update the existing calls to `react-scripts` in the `scripts` section of your `p
+ "start": "craco start",
- "build": "react-scripts build",
+ "build": "craco build"
- "build": "react-scripts test",
+ "build": "craco test"
- "test": "react-scripts test",
+ "test": "craco test"
}
```

Expand Down

0 comments on commit cffd374

Please sign in to comment.