mirror of
https://github.com/gnmyt/myspeed.git
synced 2025-12-30 17:49:33 -06:00
Updated the client start script to use the "dev"-script instead of the "start" script
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"name": "myspeed",
|
||||
"version": "1.0.3",
|
||||
"scripts": {
|
||||
"client": "cd client && npm start",
|
||||
"client": "cd client && npm run dev",
|
||||
"server": "nodemon server",
|
||||
"build": "cd client && npm run build",
|
||||
"dev": "concurrently --kill-others-on-fail \"npm run server\" \"npm run client\""
|
||||
|
||||
Reference in New Issue
Block a user