Make the npm production parameter in the docs list the choices.
This commit is contained in:
parent
2f12c6ddf6
commit
922c51176c
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@ options:
|
||||||
description:
|
description:
|
||||||
- Install dependencies in production mode, excluding devDependencies
|
- Install dependencies in production mode, excluding devDependencies
|
||||||
required: false
|
required: false
|
||||||
|
choices: [ "yes", "no" ]
|
||||||
default: no
|
default: no
|
||||||
state:
|
state:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Reference in a new issue