Skip to content

Commit

Permalink
fix: put node modules in right dir
Browse files Browse the repository at this point in the history
  • Loading branch information
bodymindarts committed Oct 5, 2023
1 parent 3044e09 commit e34c733
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion toolchains/workspace-pnpm/prepare_build_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@
# Copy node_modules prunned tree into tempdir
shutil.copytree(
args.node_modules_path,
root_dir,
# Move to root dir when we add the pnpm-workspace.yml to root and
# build from there
# root_dir,
package_dir,
symlinks=True,
)

Expand Down

0 comments on commit e34c733

Please sign in to comment.