Update package.json

This commit is contained in:
Viacheslav
2025-05-04 12:17:09 +03:00
parent 7e131bf638
commit 5a47471723

View File

@@ -14,7 +14,7 @@
}, },
"scripts": { "scripts": {
"start": "react-scripts start", "start": "react-scripts start",
"build": "react-scripts build", "build": "CI='' react-scripts build",
"test": "react-scripts test", "test": "react-scripts test",
"eject": "react-scripts eject" "eject": "react-scripts eject"
}, },