From 8656a00f1ea2e35921ec22878010828d7c932607 Mon Sep 17 00:00:00 2001 From: Sudhir Verma Date: Wed, 24 Nov 2021 17:36:15 +0530 Subject: [PATCH] test build --- build/verify-tools.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/verify-tools.ts b/build/verify-tools.ts index 8908b4fc..adc17138 100644 --- a/build/verify-tools.ts +++ b/build/verify-tools.ts @@ -39,7 +39,7 @@ async function verifyTools(): Promise { } const fileCheckRegex = /\w*tools.json/; -cp.exec('git diff --name-only origin/main -- .', async (error, stdout) => { +cp.exec('git branch', async (error, stdout) => { if (error) { throw error; }