mirror of
https://github.com/sern-handler/cli
synced 2026-06-28 02:32:20 +00:00
step 1
This commit is contained in:
@@ -165,7 +165,7 @@ const makePublishData = ({ commandModule, config }: Record<string, Record<string
|
||||
}
|
||||
}),
|
||||
//@ts-ignore
|
||||
contexts: config?.contexts ? config.contexts : undefined
|
||||
contexts: config?.contexts ?? undefined
|
||||
},
|
||||
config,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user