Packages jobs#
package-checks#
Runs a matrix for various checks of workspace packages in the packages
directory using the following package.json scripts.
Name |
Script |
|---|---|
|
|
|
|
Note
Not all packages in packages necessarily need to define both or any of these scripts.
pnpm run -r will safely ignore packages that do not define a given script and just
run it for the ones that do.
Since this is a required check for a matrix job, it has a bypass counterpart. Refer to the documentation for bypass jobs.