mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
npm-run: add listing example (#19543)
This commit is contained in:
@@ -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}}`
|
||||
|
||||
Reference in New Issue
Block a user