Skip to content

Commit

Permalink
added gh pages
Browse files Browse the repository at this point in the history
  • Loading branch information
JackSaunders93 committed Sep 26, 2021
1 parent 53bd95b commit 2a9c5ad
Show file tree
Hide file tree
Showing 2 changed files with 172 additions and 3 deletions.
169 changes: 167 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"name": "robofriends",
"homepage": "https://JackSaunders93.github.io/robofriends",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"gh-pages": "^3.2.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "4.0.3",
Expand All @@ -16,7 +18,9 @@
"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": [
Expand Down

0 comments on commit 2a9c5ad

Please sign in to comment.