🚑 start script change to nodemon
This commit is contained in:
parent
b8d3b64f07
commit
3a10ed97f7
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
"main": "src/index.ts",
|
||||
"scripts": {
|
||||
"test": "jest",
|
||||
"start": "node .",
|
||||
"start": "nodemon .",
|
||||
"prettier-format": "prettier \"src/**/*.ts\" --write",
|
||||
"lint": "eslint ./src --ext .ts",
|
||||
"prepare": "husky install"
|
||||
|
|
Loading…
Add table
Reference in a new issue