Skip to content
Merged
Prev Previous commit
Next Next commit
content(learn cli): add link
  • Loading branch information
AugustinMauroy committed Dec 2, 2024
commit 623a5c1922a49a5f11c8816249b1b2a305fc4c4a
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Node.js provides a built-in task runner that allows you to execute specific comm

### Using the `--run` flag

The `--run` flag allows you to run a specified command from the `scripts` section of your `package.json` file. For example, if you have the following `package.json`:
The [`--run`](https://nodejs.org/docs/latest-v22.x/api/cli.html#--run) flag allows you to run a specified command from the `scripts` section of your `package.json` file. For example, if you have the following `package.json`:

```json
{
Expand Down