From ecb8aa96b6cd64658dc716d78fb32544fde7e83d Mon Sep 17 00:00:00 2001 From: Viacheslav Date: Wed, 7 May 2025 15:51:41 +0300 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 797328c..a2e1d5f 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ }, "scripts": { "start": "react-scripts start", - "build": "CI='' react-scripts build && echo '/* /index.html 200' | cat >build/_redirects", + "build": "CI='' react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject" },