FEAT: Add dev script into package.json

This commit is contained in:
Michel Pereira 2023-01-25 18:23:49 -03:00
parent 4db81c8bf0
commit fe547480d5

View file

@ -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": {