From fe547480d5ffb52495f14864caeac804215bf213 Mon Sep 17 00:00:00 2001 From: Michel Pereira Date: Wed, 25 Jan 2023 18:23:49 -0300 Subject: [PATCH] FEAT: Add dev script into package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 9450d5e..d756ce3 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ "test": "jest --runInBand", "test:mocha": "nyc --all --include models --include services --include controllers mocha test/unit/*.js --exit", "start": "node index.js", + "dev": "nodemon index.js", "lint": "eslint --no-inline-config --no-error-on-unmatched-pattern -c .eslintrc.json . --ext .js, .jsx" }, "repository": {