The yarn
commandlet allows to install, configure, and launch npm. Calling devon yarn «args»
is more or less the same as calling yarn «args»
but with the benefit that the version of npm preferred by your project is used (and will be installed if not yet available).
The arguments (devon yarn «args»
) are explained by the following table:
devon yarn
Argument(s) | Meaning |
---|---|
run default build, configurable via |
|
|
setup yarn (install and verify), configurable via |
|
print the version of your current project |
|
set the version of your current project to |
|
check if you are running on a top-level project or fail if in a module or no NPM project at all |
|
start a clean deploy release build, configurable via |
|
run yarn with the given arguments ( |