Nouvelle commande run pour la dev

This commit is contained in:
Anthony Dumas 2022-01-19 23:31:46 +01:00
parent ba9d1b45ec
commit 110c20ed0c

View File

@ -19,7 +19,8 @@
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"prod": "forever start $(which npx) serve -l 80 -s build"
"prod": "forever start $(which npx) serve -l 80 -s build",
"jetstart" : "rm -r node_* && npm i && clear && npm run start"
},
"eslintConfig": {
"extends": [