79495155

Date: 2025-03-08 23:07:32
Score: 1
Natty:
Report link

Add --verbose behind the script in any way. Meaning either:

"scripts": {
  "build": "react-scripts build --verbose"
}

Or:

npm run build -- --verbose
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: MalwareMoon