chore(nx/ci):: fix glob

This commit is contained in:
Elian Doran
2025-04-27 10:28:22 +03:00
parent 5560691bea
commit 8f5dc1a1c5
2 changed files with 1 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ function buildFilesToCopy() {
for (const nodePath of nodePaths) {
files.push({
from: join("node_modules", nodePath),
from: join("..", "..", "node_modules", nodePath),
to: join(outputDir, "node_modules", nodePath)
})
}