⬆️ 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
@@ -106,7 +106,7 @@ const command: yargs.CommandModule<{}, CLIArgs> = {
return obsv$
.toPromise()
.then(() => platform.stop())
.finally(() => console.log("✅ Company users are now created"));
.then(() => console.log("✅ Company users are now created"));
},
};