Skip to content

Commit

Permalink
add change
Browse files Browse the repository at this point in the history
  • Loading branch information
mfal committed Jan 9, 2025
1 parent 64bd5bb commit fa7b9b3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import type { ComponentDoc } from "react-docgen-typescript";
import { remoteComponentNameOf } from "./lib/remoteComponentNameOf";
import { generateRemoteReactRendererComponentsFile } from "./generation/generateRemoteReactRendererComponentsFile";
import { remoteComponentBaseNameOf } from "./lib/remoteComponentBaseNameOf";
import { prop, sortBy } from "remeda";
import { sortBy } from "remeda";

const jetpack = jp.dir("../..");

Expand All @@ -33,7 +33,7 @@ async function generate() {

components = sortBy(
components.filter((c) => checkTagIsSet(c.tags, "generate")),
prop("filePath"),
(c) => remoteComponentBaseNameOf(c),
);

console.log("✅ Done");
Expand Down

0 comments on commit fa7b9b3

Please sign in to comment.