Skip to content

Commit

Permalink
build scripts, gh pages dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
helberan committed Jul 10, 2024
1 parent b19a318 commit 646fbf9
Show file tree
Hide file tree
Showing 2 changed files with 164 additions and 0 deletions.
160 changes: 160 additions & 0 deletions package-lock.json

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

4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "team-project",
"version": "0.1.0",
"homepage": "https://helberan.github.io/team-project",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.17.0",
Expand All @@ -22,6 +23,8 @@
"web-vitals": "^2.1.4"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"server": "json-server --watch db.json --port 3001",
"build": "react-scripts build",
Expand All @@ -48,6 +51,7 @@
},
"devDependencies": {
"@types/react-bootstrap": "^0.32.36",
"gh-pages": "^6.1.1",
"typescript": "^5.5.2"
},
"overrides": {
Expand Down

0 comments on commit 646fbf9

Please sign in to comment.