mirror of
https://github.com/kennethreitz/open_777.git
synced 2026-06-05 06:46:17 +00:00
setup gh-pages
This commit is contained in:
Generated
+10285
-5156
File diff suppressed because it is too large
Load Diff
+5
-1
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user