@wordpress-flow/cli 1.1.3 → 1.2.0
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/dist/build/block-build-worker.js +1 -1
- package/dist/index.js +1705 -1052
- package/package.json +1 -1
|
@@ -1890,7 +1890,7 @@ if (document.readyState === 'loading') {
|
|
|
1890
1890
|
return entryPath;
|
|
1891
1891
|
}
|
|
1892
1892
|
async function buildBlockScripts(scripts, scriptsPath, outputDir) {
|
|
1893
|
-
const scriptsOutputDir = path.join(
|
|
1893
|
+
const scriptsOutputDir = path.join(outputDir, "scripts");
|
|
1894
1894
|
fs.mkdirSync(scriptsOutputDir, { recursive: true });
|
|
1895
1895
|
const outputPaths = [];
|
|
1896
1896
|
for (const script of scripts) {
|