Note: This API documentation is for FAKE version 4. The migration API documentation can be found
here. The API documentation for the new fake 5 modules can be found
here
YarnHelper
Contains function to run yarn tasks
Nested types and modules
Type | Description |
InstallArgs |
Arguments for the Yarn install command |
YarnCommand |
The list of supported Yarn commands. The |
YarnParams |
The Yarn parameter type |
Functions and values
Function or value | Description | ||
defaultYarnParams
Signature: YarnParams
|
Yarn default parameters |
||
run(yarnParams)
Signature: yarnParams:YarnParams -> unit
|
|||
Yarn(setParams)
Signature: setParams:(YarnParams -> YarnParams) -> unit
|
Runs yarn with the given modification function. Make sure to have yarn installed,
you can install yarn with nuget or a regular install. To change which Parameters
Sample
|