Skip to content

Commit 7196bc9

Browse files
committed
Rename script alias
1 parent 093fc1b commit 7196bc9

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
@@ -9,7 +9,7 @@ const [, , commandName, ...args] = process.argv;
99
await main(args);
1010
}
1111
break;
12-
case "copy-dsfr-to-public":
12+
case "copy-to-public":
1313
{
1414
const { main } = await import("./copy-dsfr-to-public");
1515

0 commit comments

Comments
 (0)