aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 2e40388..a5876c0 100644
--- a/package.json
+++ b/package.json
@@ -6,7 +6,7 @@
"scripts": {
"build": "tsc",
"start": "node build/index.js",
- "dev": "nodemon --exec 'npm start' src/index.ts",
+ "dev": "nodemon --exec 'ts-node' src/index.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],