Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 515 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 515 Bytes

@lg-tools/validate

Package validation scripts for LeafyGreen

Usage

This package is a sub-module of @lg-tools/cli.

To validate builds & dependencies, run

> lg validate

Builds

Validates whether the output of the build command, and that each module type is valid.

To validate builds only:

> lg validate --buildsOnly

Dependencies

Uses depcheck to ensure all dependencies are valid in a package.

To validate dependencies only:

> lg validate --depsOnly