Refining gh-pages publishing

This commit is contained in:
Chris Troutner
2022-09-03 12:33:16 -07:00
parent 38627fa5c4
commit 17a50a7f22
2 changed files with 2 additions and 1 deletions
+2 -1
View File
@@ -18,7 +18,8 @@
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "standard --env mocha --fix",
"pub": "node deploy/publish-main.js"
"pub": "node deploy/publish-main.js",
"pub:ghp": "./deploy/publish-gh-pages.sh"
},
"eslintConfig": {
"extends": "react-app"