diff --git a/.gitignore b/.gitignore index c3939bc..e9e922d 100644 --- a/.gitignore +++ b/.gitignore @@ -22,4 +22,4 @@ npm-debug.log* yarn-debug.log* yarn-error.log* -.package-lock.json +package-lock.json diff --git a/index.html b/index.html new file mode 100644 index 0000000..e69de29 diff --git a/package.json b/package.json index 9a1f823..e1417a4 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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": [ @@ -41,5 +44,8 @@ "last 1 firefox version", "last 1 safari version" ] + }, + "devDependencies": { + "gh-pages": "^4.0.0" } }