Skip to content

Commit 879bfab

Browse files
committed
Add run script
1 parent 9da044b commit 879bfab

File tree

2 files changed

+612
-6
lines changed

2 files changed

+612
-6
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
},
1313
"scripts": {
1414
"start": "tsc && node dist/index.js",
15+
"run": "tsc -w & nodemon -q -w dist dist/index.js",
1516
"lint": "eslint . --ext .ts"
1617
},
1718
"devDependencies": {
@@ -20,6 +21,7 @@
2021
"@typescript-eslint/eslint-plugin": "^2.33.0",
2122
"@typescript-eslint/parser": "^2.33.0",
2223
"eslint": "^7.0.0",
24+
"nodemon": "^2.0.4",
2325
"typescript": "^3.8.3"
2426
}
2527
}

0 commit comments

Comments
 (0)