Add --verbose behind the script in any way. Meaning either:
--verbose
"scripts": { "build": "react-scripts build --verbose" }
Or:
npm run build -- --verbose