add deploy command in npm and css align person details

This commit is contained in:
prisar
2023-07-21 11:00:09 +05:30
parent 65d28ad432
commit ba8056389f
4 changed files with 32 additions and 26 deletions

View File

@@ -25,7 +25,8 @@
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
"eject": "react-scripts eject",
"deploy": "npm run build && firebase deploy"
},
"eslintConfig": {
"extends": [