diff options
| -rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 571908b..09d2893 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "lint": "eslint src --ext .ts", "lint:fix": "eslint src --fix --ext .ts", "pre-commit": "npm run lint && npm run build", - "start": "npm run build && node ." + "start": "npm run compile && node ." }, "dependencies": { "common-tags": "^1.8.0", @@ -62,4 +62,4 @@ ] } } -}
\ No newline at end of file +} |