Skip to content

Commit

Permalink
Add GitHub pages actions
Browse files Browse the repository at this point in the history
  • Loading branch information
daverbk committed Jan 4, 2024
1 parent f67022b commit 46be725
Show file tree
Hide file tree
Showing 2 changed files with 168 additions and 0 deletions.
162 changes: 162 additions & 0 deletions frontend/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 frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"homepage": "https://daverbk.github.io/namelikepro",
"name": "frontend",
"version": "0.1.0",
"private": true,
Expand All @@ -16,6 +17,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 @@ -38,5 +41,8 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"gh-pages": "^6.1.1"
}
}

0 comments on commit 46be725

Please sign in to comment.