From 0c6a8202f9a15bca3fde6115b485db9ecc728e99 Mon Sep 17 00:00:00 2001 From: Abheek <67982792+ADawesomeguy@users.noreply.github.com> Date: Mon, 22 Feb 2021 21:52:28 -0600 Subject: [PATCH] Update package.json for CI package.json didn't have a test file specified --- bot/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/package.json b/bot/package.json index fe92567..fb0cd34 100644 --- a/bot/package.json +++ b/bot/package.json @@ -9,7 +9,7 @@ "main": "index.js", "devDependencies": {}, "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "node roundbot.mjs" }, "keywords": [], "author": "",