aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--package.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/package.json b/package.json
index f6e9131..a901abf 100644
--- a/package.json
+++ b/package.json
@@ -9,7 +9,6 @@
"scripts": {
"build": "rimraf dist && tsc",
"prepare": "npm run build",
- "start": "ts-node src/main.ts",
"lint": "tslint --project tsconfig.json",
"test": "jest"
},