Skip to content

Commit

Permalink
Configure website deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
lunargravity committed Aug 19, 2024
1 parent 1c9e70d commit 4c12f41
Show file tree
Hide file tree
Showing 2 changed files with 166 additions and 2 deletions.
162 changes: 161 additions & 1 deletion package-lock.json

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

6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"homepage": "https://lunargravity.github.io/weather-app/",
"name": "weather-app",
"version": "0.1.0",
"private": true,
Expand All @@ -17,6 +18,8 @@
},
"scripts": {
"start": "react-scripts start",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
Expand All @@ -40,6 +43,7 @@
]
},
"devDependencies": {
"@babel/plugin-transform-private-property-in-object": "^7.24.7"
"@babel/plugin-transform-private-property-in-object": "^7.24.7",
"gh-pages": "^6.1.1"
}
}

0 comments on commit 4c12f41

Please sign in to comment.