Skip to content

Commit 0d1f91f

Browse files
authored
Merge branch 'main' into 123-wrong-indentation
2 parents 0614b9d + ea48048 commit 0d1f91f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

justfile

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,14 @@ coverage:
3232
list-plugins:
3333
ls -al /usr/local/bin/repos-* || echo "No plugins installed"
3434

35+
[group('devex')]
36+
link-plugins:
37+
sudo ln -sf $(pwd)/target/release/repos-health /usr/local/bin/repos-health
38+
sudo ln -sf $(pwd)/target/release/repos-health /usr/local/bin/repos-health
39+
40+
[group('devex')]
41+
unlink-plugins:
42+
sudo rm -f /usr/local/bin/repos-health
43+
sudo rm -f /usr/local/bin/repos-validate
44+
3545
# vim: set filetype=Makefile ts=4 sw=4 et:

0 commit comments

Comments
 (0)