create-rstack 1.7.3 → 1.7.4
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/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1688,8 +1688,8 @@ async function create({ name, root, templates, skipFiles, getTemplateName, mapES
|
|
|
1688
1688
|
});
|
|
1689
1689
|
const packageRoot = node_path.resolve(src_dirname, '..');
|
|
1690
1690
|
const agentsMdSearchDirs = [
|
|
1691
|
-
|
|
1692
|
-
|
|
1691
|
+
commonFolder,
|
|
1692
|
+
srcFolder
|
|
1693
1693
|
];
|
|
1694
1694
|
for (const tool of tools){
|
|
1695
1695
|
const toolFolder = node_path.join(packageRoot, `template-${tool}`);
|