nodemon now runs silently

This commit is contained in:
Isaac Grynsztein
2020-04-01 01:07:08 -04:00
parent c2ee6b6230
commit a5224f80a8

View File

@@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon app.js"
"start": "nodemon -q app.js"
},
"nodemonConfig": {
"ignore": [