From 117d081c250d25e8c97d90516acdf576424cd6db Mon Sep 17 00:00:00 2001 From: Takuma Katsumata Date: Mon, 9 Nov 2020 04:18:09 +0900 Subject: [PATCH] [update] remove unused part --- example/react-app/README.md | 2 +- example/react-app/package.json | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/example/react-app/README.md b/example/react-app/README.md index 2d204d6..6617430 100644 --- a/example/react-app/README.md +++ b/example/react-app/README.md @@ -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. diff --git a/example/react-app/package.json b/example/react-app/package.json index eb7b4b1..3b8e334 100644 --- a/example/react-app/package.json +++ b/example/react-app/package.json @@ -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": [