Skip to content

Commit

Permalink
Remove defunct files when building local modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
danfuzz committed Apr 24, 2024
1 parent a2238d2 commit c3034dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/lib/bashy-node/node-project/build-main-module
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ function copy-local-modules {
local copyCmd
copyCmd="$(
jget --output=raw "${deps}" \
cmd='lib rsync-local' \
cmd='lib rsync-local --delete' \
toDir="${moduleDestDir}" '
.localDirs
| to_entries
Expand Down

0 comments on commit c3034dc

Please sign in to comment.