diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 09d2893..fb5ef70 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 compile && node ." + "start": "npm run build && node ." }, "dependencies": { "common-tags": "^1.8.0", |