From 0c9dd8df5143f3ee906de63a6b351fe3b0d3be40 Mon Sep 17 00:00:00 2001 From: Marley Powell Date: Mon, 8 Nov 2021 14:56:16 +0000 Subject: [PATCH] fix: Added `--passWithNoTests` flag to `package.json`. Signed-off-by: Marley Powell --- plugins/azure-devops-common/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/azure-devops-common/package.json b/plugins/azure-devops-common/package.json index e1e5d00894..05f70f6596 100644 --- a/plugins/azure-devops-common/package.json +++ b/plugins/azure-devops-common/package.json @@ -23,7 +23,7 @@ "scripts": { "build": "backstage-cli build", "lint": "backstage-cli lint", - "test": "backstage-cli test", + "test": "backstage-cli test --passWithNoTests", "prepack": "backstage-cli prepack", "postpack": "backstage-cli postpack", "clean": "backstage-cli clean"