Task classes
Concrete classes
Task |
Task name for |
Description |
|
Validates and transpiles as needed. |
|
|
Explicitly caches pnpm and node binaries. |
|
|
The equivalent of running |
|
- |
The equivalent of running |
|
|
The equivalent of running |
|
|
The equivalent of running |
|
- |
Normally associated with a |
|
Typically |
Used to run scripts in |
|
|
Equivalent of |
|
|
Creates wrapper scripts for pnpm. |
|
- |
Allows registration of tasks that will use |
Abstract base classes
Task |
Description |
For implementation of tasks that install packages. Not normally used by build script authors. |
|
Useful to implement a pnpm command. Need to be configured with a toolchain, a working directory and an optional environment. |
|
Useful to implement specific |
|
Used to deal with more complex scenarios in the pnpm world for when |