Skip to content
This repository was archived by the owner on Oct 21, 2022. It is now read-only.

Commit 0b3ce4c

Browse files
committed
Install lein-light-nrepl first for use in uberjar
1 parent 65ebb33 commit 0b3ce4c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
2-
cd runner
3-
lein uberjar
4-
cd ../lein-light-nrepl
2+
cd lein-light-nrepl
53
lein install
4+
cd ../runner
5+
lein uberjar
66
echo " --- Done!"

0 commit comments

Comments
 (0)