Removed quotes from echo

This commit is contained in:
Ajay Ramachandran
2020-04-04 11:41:38 -04:00
parent d94c81ed23
commit d682898828

View File

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