yarn

Provides support for yarn.

Available Commands

CommandDescription
testRun test script.
runRun run script.
installInstall packages using lock file.
buildRun build script.

Project Initializer

Provides default values.

project @yarn

Equivalent to:

project @yarn {
    ignores = [ "node_modules/" ]
    outputs = [ "dist/" ]
}
Last updated on