Skip to content

Commit 1919ac1

Browse files
authored
Merge pull request #122 from hackberrydev/load-lockfile
Load dependencies from lockfile
2 parents 71d6bff + 008e7f2 commit 1919ac1

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

.semaphore/semaphore.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ blocks:
2222
- sudo janet bootstrap.janet
2323
- cd
2424
- checkout
25-
- sudo jpm deps
26-
- judge
25+
- jpm load-lockfile --local
26+
- ./test.sh

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ website](https://www.hackberry.dev/alas/).
3838
Install dependencies with:
3939

4040
```sh
41-
jpm deps --local
41+
jpm load-lockfile --local
4242
```
4343

4444
Run tests with:

lockfile.jdn

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
@[{:url "https://github.com/janet-lang/jpm.git" :tag "c886d61d170194c8e6a605658a17a078b6ab546a" :type :git}]
1+
@[{:url "https://github.com/ianthehenry/cmd" :tag "7551225818a8a5f6665a918f1862db0c7704a1f4" :type :git}
2+
{:url "https://github.com/ianthehenry/judge.git" :tag "a380c85753cb720adfd4fdac6a1393cac955359b" :type :git}
3+
{:url "https://github.com/janet-lang/argparse" :tag "a18ae94a3c2cfcf2071b1130fd533d0b6b1ee00d" :type :git}]

0 commit comments

Comments
 (0)