Skip to content

Commit f3f513e

Browse files
committed
chore(just): make install recipe more robust
Closes #135
1 parent 7625d3c commit f3f513e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

justfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@ compile-ci-matrix:
9191
[unix]
9292
install: release-local
9393
#!/usr/bin/env bash
94+
set -euxo pipefail
95+
96+
mkdir -p ~/.local/bin
9497
cp ./apps/expert/burrito_out/expert_{{ local_target }} ~/.local/bin/expert
98+
chmod +x ~/.local/bin/expert
9599

96100
default: release-local

0 commit comments

Comments
 (0)