yarn
Provides support for yarn
.
Available Commands
Command | Description |
---|---|
test | Run test script. |
run | Run run script. |
install | Install packages using lock file. |
build | Run build script. |
<command> | Run yarn command . |
Project Initializer
Provides default values.
project {
@yarn { }
}
Equivalent to:
project {
ignores = [ "node_modules/**" ]
outputs = [ "dist/**" ]
}
Last updated on