From 40580f793f7c4b94f37cf62961bd062b4bb24c55 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Mon, 3 Jul 2023 05:14:30 -0400 Subject: [PATCH] fix: passing browser mode does not work here --- src/index.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/index.ts b/src/index.ts index 8eeec08..130a306 100644 --- a/src/index.ts +++ b/src/index.ts @@ -17,8 +17,6 @@ export default async function (context: PresetContext): Promise { ], supplementaryIgnores: ignores, supplementaryConfig: { - // @ts-ignore - browser: true, release: { plugins: { "3": ["@semantic-release/npm", { npmPublish: false }],