mirror of
https://github.com/Lissy93/web-check.git
synced 2025-05-30 23:15:45 +02:00
Fix serve command #33
This commit is contained in:
parent
95a63825f0
commit
5496fb6e5c
@ -16,7 +16,7 @@
|
|||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "netlify dev",
|
"dev": "netlify dev",
|
||||||
"serve": "node serve",
|
"serve": "node server",
|
||||||
"start": "react-scripts start",
|
"start": "react-scripts start",
|
||||||
"build": "react-scripts build",
|
"build": "react-scripts build",
|
||||||
"test": "react-scripts test",
|
"test": "react-scripts test",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user