Skip to content

Commit

Permalink
added gh-pages in react app
Browse files Browse the repository at this point in the history
  • Loading branch information
EuJinnLucaShow committed Nov 25, 2023
1 parent df5a3d0 commit da7a336
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
19 changes: 17 additions & 2 deletions package-lock.json

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

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"gh-pages": "^6.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
Expand All @@ -18,7 +17,8 @@
"start": "react-scripts start",
"build": "react-scripts build",
"deploy": "gh-pages -d build",
"eject": "react-scripts eject"
"eject": "react-scripts eject",
"lint:js": "eslint src/**/*.{js,jsx}"
},
"eslintConfig": {
"extends": [
Expand All @@ -37,5 +37,8 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"gh-pages": "^6.1.0"
}
}

0 comments on commit da7a336

Please sign in to comment.