1
0
Fork 0

use full command name, not abbreviated/alias

pull/8162/head
Rob Bast 2019-05-14 10:19:37 +02:00 committed by Rob
parent 1976da9ee9
commit 7f34189f91
1 changed files with 2 additions and 2 deletions

View File

@ -264,11 +264,11 @@ of all following scripts in the current terminal environment:
export COMPOSER_PROCESS_TIMEOUT=0
```
To disable the timeout of a single script call, you must use the `run` composer
To disable the timeout of a single script call, you must use the `run-script` composer
command and specify the `--timeout` parameter:
```
composer run test --timeout=0
composer run-script test --timeout=0
```
## Referencing scripts