Skip to content

Latest commit

 

History

History

validate

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

@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