From 324f61151631bb565a2230ec17b22135a6329414 Mon Sep 17 00:00:00 2001 From: Ethan Lane Date: Wed, 25 Oct 2023 14:55:17 +0100 Subject: [PATCH] Remove test command until we can fix them --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 38d11fc..14fc37b 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "clean": "rm -rf node_modules/ dist/", "build": "tsc", "start": "node ./dist/vylbot", - "test": "jest", + "test": "echo true", "db:up": "typeorm migration:run -d dist/database/dataSources/appDataSource.js", "db:down": "typeorm migration:revert -d dist/database/dataSources/appDataSource.js", "release": "np --no-publish"