changed npm run dev to work in cmd

This commit is contained in:
Joe-Dowd
2020-04-04 01:15:04 +01:00
parent 870b80998e
commit 82ee4cca0f

View File

@@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"test": "node test.js",
"dev" : "nodemon -x 'npm test ; npm start'",
"dev" : "nodemon -x '(npm test || echo failed) ; npm start'",
"start": "node index.js"
},
"author": "Ajay Ramachandran",