react-loopback-generator
react-loopback-generator copied to clipboard
Fix prettier errors
fix prettier errors when we are generating a new project with this generator
'npm run build' is launched automatically after the creation a project from this generator thanks to postinstall script. So I added this command here for preventing new prettier errors when a contributor (with a wrong prettier config) modifies the generator. Finally, the lint doesn't increase so much the deployment time (nothing compared to the 'npm run build' command execution time).