diff --git a/package.json b/package.json index 06fc1ed..a8d64bf 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,8 @@ }, "scripts": { "start": "react-scripts start -e .env.development", - "build": "GENERATE_SOURCEMAP=false react-scripts build -e .env.production", + "build": "react-scripts start -e .env.development", + "build_real": "GENERATE_SOURCEMAP=false react-scripts build -e .env.production", "test": "react-scripts test", "eject": "react-scripts eject" },