Cambiar dir NPM Run Build

 "scripts": {
    "build": "react-scripts build",
    "postbuild": "./postbuild.sh",
    [...]
  },
bilalahmed_dev