Skip to content

Commit

Permalink
Use the one in bashy-node.
Browse files Browse the repository at this point in the history
  • Loading branch information
danfuzz committed Sep 28, 2023
1 parent 7c70304 commit 2b12eb5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 163 deletions.
5 changes: 4 additions & 1 deletion scripts/lib/lactoserv/build-js-project
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,10 @@ function build-js-project {
progress-msg 'Determining local and external dependencies...'

local deps
deps="$(lib find-module-dependencies "${mainModule}")" \
deps="$(
lib node-project find-module-dependencies \
--modules-dir="${srcDir}" "${mainModule}"
)" \
|| return "$?"

# Construct a top-level package.json.
Expand Down
162 changes: 0 additions & 162 deletions scripts/lib/lactoserv/find-module-dependencies

This file was deleted.

0 comments on commit 2b12eb5

Please sign in to comment.