Skip to content

Commit

Permalink
Configure React app for deployment to GitHub Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
anika213 committed Dec 2, 2024
1 parent f54c16f commit abf5118
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "omega",
"version": "0.1.0",
"homepage": "https://anika213.github.io/omega",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.17.0",
Expand All @@ -14,6 +15,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 Down

0 comments on commit abf5118

Please sign in to comment.