From 0b0aece6826a98bed76f005d4307131b4f260fa3 Mon Sep 17 00:00:00 2001 From: Minotriz02 Date: Thu, 19 Sep 2024 16:23:02 -0500 Subject: [PATCH] package.json modified --- src/package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/package.json b/src/package.json index 4525459..eb32339 100644 --- a/src/package.json +++ b/src/package.json @@ -2,6 +2,7 @@ "name": "aclimate_susano", "version": "0.1.0", "private": false, + "homepage": "https://ciat-dapa.github.io/aclimate_susano/", "dependencies": { "@tabler/icons-react": "^3.17.0", "@testing-library/jest-dom": "^5.17.0", @@ -22,6 +23,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",