Update package.json

This commit is contained in:
Viacheslav
2025-05-07 15:50:03 +03:00
parent b28022c633
commit f040869519

View File

@@ -22,7 +22,7 @@
}, },
"scripts": { "scripts": {
"start": "react-scripts start", "start": "react-scripts start",
"build": "CI='' react-scripts build", "build": "CI='' react-scripts build && echo '/* /index.html 200' | cat >build/_redirects",
"test": "react-scripts test", "test": "react-scripts test",
"eject": "react-scripts eject" "eject": "react-scripts eject"
}, },