fix: add override for releaserc to disable npm publishing
This commit is contained in:
parent
f087296b67
commit
a5cf68538d
|
@ -30,6 +30,11 @@ export default async function (context: PresetContext): Promise<PresetAsset> {
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
release: {
|
||||||
|
plugins: {
|
||||||
|
"3": ["@semantic-release/npm", { publish: false }],
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue