summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 845d851..21214c1 100644
--- a/package.json
+++ b/package.json
@@ -4,8 +4,9 @@
"description": "",
"main": "index.js",
"scripts": {
- "start": "ts-node src/index.ts",
+ "dev": "ts-node src/index.ts",
"build": "tsc",
+ "start": "node dist/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],