Skip to content

Commit

Permalink
chore: remove hardcoded package
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbate committed Dec 11, 2024
1 parent d1d0fa0 commit a0175f0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/release-deprecate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit a0175f0

Please sign in to comment.