We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 093fc1b commit 7196bc9Copy full SHA for 7196bc9
src/bin/react-dsfr.ts
@@ -9,7 +9,7 @@ const [, , commandName, ...args] = process.argv;
9
await main(args);
10
}
11
break;
12
- case "copy-dsfr-to-public":
+ case "copy-to-public":
13
{
14
const { main } = await import("./copy-dsfr-to-public");
15
0 commit comments