How did I forget?

This commit is contained in:
Ram Reddy 2021-07-17 14:13:33 -04:00 committed by GitHub
parent 7d5d29d821
commit 5fdabadeef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,10 +33,9 @@
"yarn": "^1.22.10" "yarn": "^1.22.10"
}, },
"scripts": { "scripts": {
"start": "react-scripts start", "build": "CI=false && react-scripts build",
"build": "react-scripts build", "start": "serve -s build/"
"test": "react-scripts test",
"eject": "react-scripts eject"
}, },
"eslintConfig": { "eslintConfig": {
"extends": [ "extends": [