Skip to content

Commit

Permalink
Rename copy-to-public to copy-static-assets
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Jul 19, 2024
1 parent ac8ab10 commit 1634604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/react-dsfr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const [, , commandName, ...args] = process.argv;
await main(args);
}
break;
case "copy-to-public":
case "copy-static-assets":
{
const { main } = await import("./copy-dsfr-to-public");

Expand Down

0 comments on commit 1634604

Please sign in to comment.