mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
chore: change Just variable substitution (#331)
chore: change variable substitution
This commit is contained in:
parent
8cf7c130a4
commit
8e401a6aa4
1 changed files with 1 additions and 1 deletions
2
justfile
2
justfile
|
|
@ -40,7 +40,7 @@ benchmark:
|
|||
|
||||
# Create a new lint rule by providing the ESLint name. See `tasks/rulegen`
|
||||
new-rule name:
|
||||
cargo run -p rulegen ${{name}}
|
||||
cargo run -p rulegen {{name}}
|
||||
|
||||
# We are ready, let's run the same CI commands
|
||||
ready:
|
||||
|
|
|
|||
Loading…
Reference in a new issue