setup gh-pages

This commit is contained in:
Adam Blazejack
2023-07-17 00:34:31 +02:00
parent d26625a16c
commit c84b29baaf
2 changed files with 10290 additions and 5157 deletions
+10285 -5156
View File
File diff suppressed because it is too large Load Diff
+5 -1
View File
@@ -2,6 +2,7 @@
"name": "tom_777",
"version": "0.1.0",
"private": true,
"homepage": "http://adamblvck.github.io/tom_777",
"dependencies": {
"@glideapps/glide-data-grid": "^5.2.1",
"@testing-library/jest-dom": "^5.16.5",
@@ -19,7 +20,10 @@
"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": [