diff --git a/package.json b/package.json
index 36b3020b561eeacc0ae216061dfdfe37d60847ff..7c50f0e0b46b336ae4199dc2a25119b4aa9aa19d 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,7 @@
   "description": "Mastodon bot that toots the time",
   "main": "bot.js",
   "scripts": {
-    "test": "echo \"Error: no test specified\" && exit 1"
+    "start": "node bot.js"
   },
   "author": "Effy Elden <dev@effy.is>",
   "license": "MIT",