Skip to content

Commit

Permalink
prep for github pages deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
adeel-ansari committed May 12, 2024
1 parent 26e93ba commit 67cd376
Show file tree
Hide file tree
Showing 2 changed files with 125 additions and 1 deletion.
118 changes: 118 additions & 0 deletions package-lock.json

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

8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "guid-generator-app",
"version": "0.1.0",
"private": true,
"homepage": "https://adeel-ansari.github.io/bhdb-guid-generator",
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
Expand All @@ -24,7 +25,9 @@
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": [
Expand All @@ -43,5 +46,8 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"gh-pages": "^6.1.1"
}
}

0 comments on commit 67cd376

Please sign in to comment.