summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json

index a3160391..0f651646 100644 --- a/package.json +++ b/package.json
@@ -7,7 +7,7 @@ "scripts": { "test": "jest", "test:watch": "jest --watch", - "start": "node dist/start", + "start": "npm run build && node dist/start", "build": "tsc -b .", "dev": "tsnd --respawn src/start.ts" },