chore(nx/forge): try a method to avoid missing prebuilds

This commit is contained in:
Elian Doran
2025-04-27 20:58:15 +03:00
parent fec9ca60db
commit dbad4fce36
5 changed files with 8 additions and 24 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)
})
}