Skip to content

Commit

Permalink
[update] remove unused part
Browse files Browse the repository at this point in the history
  • Loading branch information
winor30 committed Nov 8, 2020
1 parent 4760347 commit 117d081
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion example/react-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
The page will reload if you make edits.\
You will also see any lint errors in the console.

### `npm build`
### `npm run build`

Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.
Expand Down
4 changes: 1 addition & 3 deletions example/react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@
},
"scripts": {
"start": "SKIP_PREFLIGHT_CHECK=true react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
"build": "react-scripts build"
},
"eslintConfig": {
"extends": [
Expand Down

0 comments on commit 117d081

Please sign in to comment.