Package validation scripts for LeafyGreen
This package is a sub-module of @lg-tools/cli
.
To validate builds & dependencies, run
> lg validate
Validates whether the output of the build command, and that each module type is valid.
To validate builds only:
> lg validate --buildsOnly
Uses depcheck
to ensure all dependencies are valid in a package.
To validate dependencies only:
> lg validate --depsOnly