mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2026-05-21 14:52:19 +00:00
more changes cjs=>esm
This commit is contained in:
parent
b71c53a4f8
commit
4af0103c5e
7 changed files with 7 additions and 7 deletions
|
|
@ -10,7 +10,7 @@ const __dirname = dirname(__filename);
|
|||
* Pre-install extra dependecies
|
||||
* @returns {Promise<void>}
|
||||
*/
|
||||
module.exports = async extras => {
|
||||
export default async extras => {
|
||||
if (!extras) {
|
||||
return Promise.resolve();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue