mirror of
https://github.com/lune-org/lune.git
synced 2024-12-12 04:50:36 +00:00
Fix justfile command
This commit is contained in:
parent
7b662801f2
commit
b322d3dfa5
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ build *ARGS:
|
|||
run FILE_PATH:
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
cargo run --bin {{BIN_NAME}} -- "{{FILE_PATH}}"
|
||||
cargo run --bin {{BIN_NAME}} -- run "{{FILE_PATH}}"
|
||||
|
||||
# Run tests for the Lune library
|
||||
[no-exit-message]
|
||||
|
|
Loading…
Reference in a new issue