poe-code 3.0.380-beta.1 → 3.0.380
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1860,7 +1860,7 @@ function createCliFile(theme) {
|
|
|
1860
1860
|
"",
|
|
1861
1861
|
`configureTheme({ brand: ${JSON.stringify(theme.brand)}, label: ${JSON.stringify(theme.label)} });`,
|
|
1862
1862
|
"",
|
|
1863
|
-
"await runCLI(generatedCommands);",
|
|
1863
|
+
"await runCLI([...generatedCommands]);",
|
|
1864
1864
|
""
|
|
1865
1865
|
].join("\n")
|
|
1866
1866
|
};
|