diff --git a/package.json b/package.json index 0a5512f..96bd5bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { "name": "omega", "version": "0.1.0", + "homepage": "https://anika213.github.io/omega", "private": true, "dependencies": { "@testing-library/jest-dom": "^5.17.0", @@ -14,6 +15,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",