diff --git a/scripts/release-deprecate.ts b/scripts/release-deprecate.ts index 285f3d6c6ba..922b967cc76 100644 --- a/scripts/release-deprecate.ts +++ b/scripts/release-deprecate.ts @@ -42,8 +42,7 @@ const getVersionsToDeprecate = async (packageName: string) => { }; const main = async () => { - // const packages = getPublicPackages(); - const packages = ['fuels']; + const packages = getPublicPackages(); await Promise.allSettled( packages.map(async (packageName) => { const versionsToDeprecate = await getVersionsToDeprecate(packageName);