chore(nx): restructure dependencies

This commit is contained in:
Elian Doran
2025-04-26 22:40:34 +03:00
parent 81df2e7fa8
commit 251660e0cb
4 changed files with 19 additions and 16 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)
})
}