Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add env var for skipping project plugins
tools like mix and gleam only use rebar3 to compile deps and thus don't wnat project_plugins. They can now set this to skip installing those. I originally was going to check if `bare` was the task but there are too many ways that might be run without being the first command (like rebar3 as prod bare compile) that I figured this was better.
- Loading branch information