Some more tweaks for github pages

This commit is contained in:
keannu125 2023-03-10 00:33:45 +08:00
parent a3766d0718
commit e4d3926715

View file

@ -39,7 +39,9 @@
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": [