Skip to content

Commit

Permalink
docs: fix note syntax in "Command Shortcuts"
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavohenke authored Sep 3, 2024
1 parent 69cbe21 commit 7200e12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/cli/shortcuts.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ The following are supported:
| `bun:<script>` | `bun run <script>` |
| `node:<script>` | `node --run <script>` |

> [!NOTE] > `node --run` is only available from [Node 22 onwards](https://nodejs.org/en/blog/announcements/v22-release-announce#running-packagejson-scripts).
> [!NOTE]
> `node --run` is only available from [Node 22 onwards](https://nodejs.org/en/blog/announcements/v22-release-announce#running-packagejson-scripts).
For example, given the following `package.json` contents:

Expand Down

0 comments on commit 7200e12

Please sign in to comment.