⬆️ upgrade babel and typescript packages caused by jest upgrade (#73)

This commit is contained in:
Anton Shepilov
2023-06-09 16:02:26 +02:00
committed by GitHub
parent dfd25a234a
commit adda7caf00
7 changed files with 3944 additions and 4623 deletions
@@ -134,7 +134,9 @@ const command: yargs.CommandModule<unknown, unknown> = {
repository,
});
return spinner.stop();
spinner.stop();
return;
},
};