This commit is contained in:
Kayashov.SM
2025-04-26 01:33:05 +04:00
parent 44ec01685a
commit e0acfe9f9e

View File

@@ -41,7 +41,7 @@
}, },
"scripts": { "scripts": {
"start": "react-scripts start", "start": "react-scripts start",
"build": "react-scripts build", "build": "CI=false && react-scripts build",
"test": "react-scripts test", "test": "react-scripts test",
"eject": "react-scripts eject" "eject": "react-scripts eject"
}, },