fix: passing browser mode does not work here

This commit is contained in:
Derrick Hammer 2023-07-03 05:14:30 -04:00
parent 398be8fede
commit 40580f793f
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 0 additions and 2 deletions

View File

@ -17,8 +17,6 @@ export default async function (context: PresetContext): Promise<PresetAsset> {
],
supplementaryIgnores: ignores,
supplementaryConfig: {
// @ts-ignore
browser: true,
release: {
plugins: {
"3": ["@semantic-release/npm", { npmPublish: false }],