Skip to content

Commit

Permalink
Add gh-deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiDevrim committed Jan 24, 2022
1 parent 9398825 commit f63faf3
Show file tree
Hide file tree
Showing 2 changed files with 107 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
{
"name": "thetahacks2",
"version": "0.1.0",
"private": true,
"private": false,
"homepage": "https://kaidevrim.github.io/react-gh-pages",
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@mui/material": "^5.2.8",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"gh-pages": "^3.2.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
Expand All @@ -20,6 +22,7 @@
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"deploy": "gh-pages -d build",
"eject": "react-scripts eject"
},
"eslintConfig": {
Expand Down
103 changes: 103 additions & 0 deletions pnpm-lock.yaml

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

1 comment on commit f63faf3

@vercel
Copy link

@vercel vercel bot commented on f63faf3 Jan 25, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.