From b3cf456c0dcbfb57d645d60c70d127b5b235ba71 Mon Sep 17 00:00:00 2001 From: Joseth Calderon Date: Sun, 22 Oct 2023 15:13:43 +0000 Subject: [PATCH] Test 4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1e1ae5f..b772360 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ }, "scripts": { "predeploy": "npm run build", - "deploy": "react-scripts build", + "deploy": "gh-pages -d build", "start": "react-scripts start", "build": "react-scripts build && gulp licenses", "test": "react-scripts test --env=jsdom",