Refresh install scripts

This commit is contained in:
Charles Bochet
2023-04-05 15:01:20 +02:00
parent eac43d1e64
commit dc28c97df6
7 changed files with 98 additions and 47 deletions

View File

@ -22,7 +22,7 @@
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "cp ../infra/dev/.env ./.env && PORT=3001 react-scripts start",
"start": "PORT=3001 react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",