Skip to content

Commit 732541d

Browse files
authored
Update part3a.md
Explain why we need to add `run`
1 parent da7fbde commit 732541d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/3/en/part3a.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ We can now start the server in development mode with the command:
420420
npm run dev
421421
```
422422

423-
Unlike with the <i>start</i> and <i>test</i> scripts, we also have to add <i>run</i> to the command.
423+
Unlike with the <i>start</i> and <i>test</i> scripts, we also have to add <i>run</i> to the command because it is a non-native script.
424424

425425
### REST
426426

0 commit comments

Comments
 (0)