predeploy

This commit is contained in:
ramnreddy15 2021-04-23 18:50:36 -07:00
parent 817c522a04
commit 21b8074ef3
No known key found for this signature in database
GPG Key ID: C539306B6E7B93D9

View File

@ -34,7 +34,7 @@
"start": "react-scripts start", "start": "react-scripts start",
"build": "react-scripts build", "build": "react-scripts build",
"test": "react-scripts test", "test": "react-scripts test",
"predeploy": "npm run build", "predeploy": "yarn build",
"deploy": "gh-pages -d build", "deploy": "gh-pages -d build",
"eject": "react-scripts eject" "eject": "react-scripts eject"
}, },