elixir-lang / tree-sitter-elixir

Elixir grammar for tree-sitter
https://elixir-lang.org/tree-sitter-elixir
Apache License 2.0
245 stars 24 forks source link

Code cleanup #71

Closed hendrikvanantwerpen closed 2 weeks ago

hendrikvanantwerpen commented 2 weeks ago

This is a little cleanup. I learned that NPM puts binaries from dev dependencies on the path automaticall when running scripts. Therefore, the explicit call to npx is not necessary in the scripts in package.json. Apologies for the churn!

jonatanklosko commented 2 weeks ago

Ah true, npx makes sense when invoking the packages from the terminal directly :)