From 5443510a792edb17a1fecb8bef9fbe1a3df18253 Mon Sep 17 00:00:00 2001 From: Tilman Vatteroth Date: Sat, 3 Jun 2023 11:24:08 +0200 Subject: [PATCH] feat: add turbo task for test without coverage Signed-off-by: Tilman Vatteroth --- package.json | 3 ++- turbo.json | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index e8dde8ed7..59ec499d2 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,8 @@ "lint": "dotenv -- turbo run lint", "format": "dotenv -- turbo run format", "start:dev": "dotenv -- turbo run start:dev", - "test:ci": "dotenv -- turbo run test:ci" + "test:ci": "dotenv -- turbo run test:ci", + "test": "dotenv -- turbo run test" }, "packageManager": "yarn@3.6.0", "resolutions": { diff --git a/turbo.json b/turbo.json index f8f39f230..ecfc2d9d4 100644 --- a/turbo.json +++ b/turbo.json @@ -56,6 +56,8 @@ "format": {}, + "test": {}, + "test:ci": {}, "@hedgedoc/backend#test:ci": { "dependsOn": [