Skip to content

Commit

Permalink
feat(): deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
ijash committed Sep 22, 2022
1 parent 29fd7e9 commit 3e3690f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*

.package-lock.json
package-lock.json
Empty file added index.html
Empty file.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "o-ring-finder",
"version": "0.1.0",
"homepage": "https://ijash.github.io/o-ring-finder",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.16.5",
Expand All @@ -22,7 +23,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 @@ -41,5 +44,8 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"gh-pages": "^4.0.0"
}
}

0 comments on commit 3e3690f

Please sign in to comment.