Skip to content

Commit

Permalink
Use gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
basicallydan committed Nov 28, 2020
1 parent ac62c50 commit b2cfc09
Show file tree
Hide file tree
Showing 3 changed files with 207 additions and 20 deletions.
18 changes: 0 additions & 18 deletions ghpages

This file was deleted.

9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
"build": "react-scripts build",
"test": "react-scripts test --verbose=true --env=jsdom",
"test:debug": "react-scripts test --runInBand",
"eject": "react-scripts eject"
"eject": "react-scripts eject",
"predeploy": "yarn run build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": "react-app"
Expand All @@ -28,5 +30,8 @@
"not dead",
"not ie <= 11",
"not op_mini all"
]
],
"devDependencies": {
"gh-pages": "^3.1.0"
}
}
Loading

0 comments on commit b2cfc09

Please sign in to comment.