Skip to content

Commit 643c25e

Browse files
committed
Load dependencies from lockfile
1 parent 71d6bff commit 643c25e

2 files changed

Lines changed: 3 additions & 3 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:

0 commit comments

Comments
 (0)