Skip to content

Commit eab0148

Browse files
committed
chore: format
1 parent 62ed2b6 commit eab0148

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

scripts/generate-remix.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,11 @@ const remixRunPackages = await scanPackages()
5757
const allExports = await buildExportsFromManifest(manifest, remixRunPackages)
5858
const allBins = remixRunPackages
5959
.flatMap((pkg) =>
60-
pkg.bins.map((bin) => ({ ...bin, packageName: pkg.name, packageJsonPath: pkg.packageJsonPath })),
60+
pkg.bins.map((bin) => ({
61+
...bin,
62+
packageName: pkg.name,
63+
packageJsonPath: pkg.packageJsonPath,
64+
})),
6165
)
6266
.sort((a, b) => a.command.localeCompare(b.command))
6367

0 commit comments

Comments
 (0)