mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 14:00:47 +00:00
fix(release): mirror bundled runtime deps
This commit is contained in:
@@ -119,7 +119,7 @@ function walkJavaScriptFiles(rootDir) {
|
||||
for (const entry of fs.readdirSync(current, { withFileTypes: true })) {
|
||||
const fullPath = path.join(current, entry.name);
|
||||
if (entry.isDirectory()) {
|
||||
if (fullPath.split(path.sep).includes("extensions")) {
|
||||
if (entry.name === "node_modules") {
|
||||
continue;
|
||||
}
|
||||
queue.push(fullPath);
|
||||
|
||||
Reference in New Issue
Block a user