Skip to content

Commit

Permalink
docs: fix admonition syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanccn committed Feb 24, 2024
1 parent 9454e1a commit 7eba97b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ Running `nrr` without any arguments will try to find any packages in the current

`nrr` has compatibility functionality that patches `npm_execpath` so that tools like [`npm-run-all2`](https://github.com/bcomnes/npm-run-all2) use it instead of package managers for running sub-scripts.

> **Warning**
> [!WARNING]
>
> This may cause unexpected behavior when `npm_execpath` is used for non-script running purposes, so open an issue if you encounter any bugs.
When running nested scripts with `nrr`, `nrr` has specialized behavior that prints extra information while staying minimal and performant:
Expand Down

0 comments on commit 7eba97b

Please sign in to comment.