Add prettier npm script

This commit is contained in:
Deluan 2020-04-15 22:06:57 -04:00 committed by Deluan Quintão
parent 3c4de3c8b5
commit f8d9b1508e

View File

@ -24,7 +24,8 @@
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
"eject": "react-scripts eject",
"prettier": "prettier --write src/**/*.js"
},
"homepage": ".",
"proxy": "http://localhost:4633/",