Update package.json
This commit is contained in:
parent
557cc9c56b
commit
6c70c645a5
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
"main": "src/index.ts",
|
||||
"scripts": {
|
||||
"test": "jest",
|
||||
"start": "nodemon .",
|
||||
"start": "nodemon src/index.ts",
|
||||
"prettier-format": "prettier \"src/**/*.ts\" --write",
|
||||
"lint": "eslint ./src --ext .ts",
|
||||
"prepare": "husky install"
|
||||
|
|
Loading…
Add table
Reference in a new issue