Skip to content

Commit

Permalink
fix(justfile): fix example command
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Dec 8, 2023
1 parent 409f096 commit 2baf418
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ ready:
# use .ignore file getting the ignore list
# Run `cargo watch`
watch command:
cargo watch --no-vcs-ignores -i '*snap*' -x '{{command}}'
cargo watch -x '{{command}}'

# Run the example in `parser`, `formatter`, `linter`
example tool *args='':
just watch 'run -p oxc_{{tool}} --example {{tool}} -- {{args}}'
example *args='':
just watch 'run --example resolver -- {{args}}'

# Format all files
fmt:
Expand Down

0 comments on commit 2baf418

Please sign in to comment.