Skip to content

Commit

Permalink
For GHPAGES
Browse files Browse the repository at this point in the history
  • Loading branch information
aktrea committed Sep 6, 2024
1 parent be8b965 commit 13ae2e9
Show file tree
Hide file tree
Showing 2 changed files with 182 additions and 1 deletion.
175 changes: 175 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": "pricing-calculator",
"version": "0.1.0",
"private": true,
"homepage": "http://yourusername.github.io/pricing-calculator",
"dependencies": {
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.13.3",
Expand All @@ -19,7 +20,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 @@ -38,5 +41,8 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"gh-pages": "^6.1.1"
}
}

0 comments on commit 13ae2e9

Please sign in to comment.