npm-run: add listing example (#19543)

This commit is contained in:
Managor
2025-11-22 19:15:10 +02:00
committed by GitHub
parent de4a073820
commit 4ab8a3df67
+4
View File
@@ -3,6 +3,10 @@
> Run a script.
> More information: <https://docs.npmjs.com/cli/npm-run>.
- List available scripts:
`npm run`
- Run a script:
`npm run {{script_name}}`