diff --git a/.scripts/common.ts b/.scripts/common.ts index 4799263c8039..159946625e4f 100644 --- a/.scripts/common.ts +++ b/.scripts/common.ts @@ -107,7 +107,8 @@ export const packagesToIgnore: string[] = [ "@azure/event-processor-host", "@azure/keyvault", "@azure/service-bus", - "@azure/template" + "@azure/template", + "testhub" ]; export const folderNamesToIgnore: string[] = ["node_modules"];