Skip to content

Commit

Permalink
feat: install gh pages dependency
Browse files Browse the repository at this point in the history
feat: install gh pages dependency
  • Loading branch information
tobiasprima authored Mar 18, 2024
2 parents 0540c90 + 0aca0d7 commit 11ee03c
Show file tree
Hide file tree
Showing 2 changed files with 168 additions and 0 deletions.
162 changes: 162 additions & 0 deletions package-lock.json

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

6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "todolist",
"homepage": "https://tobiasprima.github.io/todolist_react_web",
"version": "0.1.0",
"private": true,
"dependencies": {
Expand All @@ -12,6 +13,8 @@
"web-vitals": "^2.1.4"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
Expand All @@ -34,5 +37,8 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"gh-pages": "^6.1.1"
}
}

0 comments on commit 11ee03c

Please sign in to comment.