react-loopback-generator icon indicating copy to clipboard operation
react-loopback-generator copied to clipboard

Fix prettier errors

Open msalettes opened this issue 8 years ago • 1 comments

fix prettier errors when we are generating a new project with this generator

msalettes avatar Jan 25 '18 22:01 msalettes

'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).

msalettes avatar Feb 06 '18 13:02 msalettes