Updates start script

This commit is contained in:
Alicia Sykes 2023-08-12 16:07:27 +01:00
parent 6a31927562
commit 15e5ba3cfc

View file

@ -16,8 +16,8 @@
},
"scripts": {
"dev": "netlify dev",
"serve": "netlify serve --offline",
"start": "node server",
"serve": "node serve",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"