fix: add npmPublish override to semantic release

This commit is contained in:
Derrick Hammer 2023-07-09 11:47:06 -04:00
parent c522222a21
commit 118c9a435f
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 5 additions and 0 deletions

View File

@ -84,6 +84,11 @@ export default async function (context: PresetContext): Promise<PresetAsset> {
mainFields: ["main", "module"], mainFields: ["main", "module"],
conditions: ["require"], conditions: ["require"],
}, },
"release": {
plugins: {
3: ["@semantic-release/npm", { npmPublish: false }],
},
},
}, },
variable: DEFAULT_VARIABLE, variable: DEFAULT_VARIABLE,
}; };