From 294f9f07ddf24b92b8a06b862d2710d58ff787a9 Mon Sep 17 00:00:00 2001 From: Arman Moztarzadeh Date: Sun, 28 Jul 2024 14:31:23 -0700 Subject: [PATCH] Remove gh pages --- package.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/package.json b/package.json index c1baa8d..57acab6 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,6 @@ "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0", - "gh-pages": "^6.1.1", "react": "^18.3.1", "react-dom": "^18.3.1", "react-scripts": "5.0.1", @@ -16,7 +15,6 @@ "scripts": { "start": "react-scripts start", "build": "react-scripts build", - "deploy": "gh-pages -b master -d build", "test": "react-scripts test", "eject": "react-scripts eject" },