Fix serve command #33

This commit is contained in:
Alicia Sykes 2023-08-26 14:22:44 +01:00
parent 95a63825f0
commit 5496fb6e5c

View File

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