Fix Metamigo build error, CI updates
This commit is contained in:
parent
a1ffea4244
commit
dcbc348338
4 changed files with 14 additions and 4 deletions
|
|
@ -109,10 +109,9 @@ export const announce = async <T extends IMetamigoConfig>(
|
|||
config: T
|
||||
): Promise<void> =>
|
||||
new Promise((resolve, reject) => {
|
||||
// @ts-expect-error figlet doesn't have types
|
||||
figlet.text(
|
||||
config.meta.name,
|
||||
{ font: config.meta.figletFont },
|
||||
{ font: config.meta.figletFont as any },
|
||||
(err, text) => {
|
||||
if (err) reject(err);
|
||||
console.log(`${text}`);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue