Separate normal and dev start commands
This commit is contained in:
parent
7ed9c961f2
commit
ad60d3886d
@ -4,7 +4,8 @@
|
|||||||
"description": "My submission for the second WebDev (COMP2772) assignment.",
|
"description": "My submission for the second WebDev (COMP2772) assignment.",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
"start": "nodemon server.js"
|
"start": "node server.js",
|
||||||
|
"dev": "nodemon server.js"
|
||||||
},
|
},
|
||||||
"author": "Thomas Wade",
|
"author": "Thomas Wade",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user