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 ac8ab10 commit 1634604Copy full SHA for 1634604
src/bin/react-dsfr.ts
@@ -11,7 +11,7 @@ const [, , commandName, ...args] = process.argv;
11
await main(args);
12
}
13
break;
14
- case "copy-to-public":
+ case "copy-static-assets":
15
{
16
const { main } = await import("./copy-dsfr-to-public");
17
0 commit comments