Skip to content

Commit

Permalink
Merge pull request #13 from SE-LAB-Summer-2024/4-adding-auto-deployment
Browse files Browse the repository at this point in the history
4 adding auto deployment
  • Loading branch information
mohammadreza-pr authored Jul 7, 2024
2 parents e0bf116 + 46ae58a commit 9d6990c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "app",
"name": "test",
"version": "0.1.0",
"private": true,
"homepage": "https://mohammadreza-pr.github.io/app",
"homepage": ".",
"dependencies": {
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
Expand All @@ -16,8 +16,7 @@
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"deploy": "gh-pages -d build"
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
Expand Down

0 comments on commit 9d6990c

Please sign in to comment.