Skip to content

Commit

Permalink
Build was repeated in package.json scripts diff
Browse files Browse the repository at this point in the history
  • Loading branch information
oneforwonder authored Nov 6, 2018
1 parent e323a78 commit b2f372b
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 b2f372b

Please sign in to comment.