Skip to content

Commit 1634604

Browse files
committed
Rename copy-to-public to copy-static-assets
1 parent ac8ab10 commit 1634604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/react-dsfr.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const [, , commandName, ...args] = process.argv;
1111
await main(args);
1212
}
1313
break;
14-
case "copy-to-public":
14+
case "copy-static-assets":
1515
{
1616
const { main } = await import("./copy-dsfr-to-public");
1717

0 commit comments

Comments
 (0)