added gh-pages scripts

This commit is contained in:
Tristan Lee
2022-12-13 08:10:12 -06:00
parent 52782f758e
commit 15e53f56fc

View File

@@ -23,6 +23,8 @@
"typescript": "^4.5.4"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",