Skip to content

Commit

Permalink
Use --runner-script from bashy-lib.
Browse files Browse the repository at this point in the history
...which was (approximately) just extracted from this project.
  • Loading branch information
danfuzz committed Dec 5, 2023
1 parent 5e86de6 commit 4b035e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 151 deletions.
2 changes: 1 addition & 1 deletion scripts/lib/lactoserv/build
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function target-main {
true \
&& env-minimize \
&& lib node-project build-main-module \
--out="${outDir}" --modules-dirs="${srcDir}" \
--out="${outDir}" --runner-script=run --modules-dirs="${srcDir}" \
lactoserv
)
}
Expand Down
150 changes: 0 additions & 150 deletions src/main-lactoserv/bin/run

This file was deleted.

0 comments on commit 4b035e6

Please sign in to comment.