Update startup scripts to use safe-chain instead of aikido-*

This commit is contained in:
Sander Declerck 2025-11-28 14:01:11 +01:00
parent f1ee6567df
commit a3bff105cc
No known key found for this signature in database
3 changed files with 28 additions and 31 deletions

View file

@ -45,7 +45,6 @@ const pkgManagerCommands = [
];
if (pkgManagerCommands.includes(command)) {
ui.writeInformation(process.argv.join(", "));
setEcoSystem(ECOSYSTEM_JS);
initializePackageManager(command);
(async () => {