@latticelabs/gm-js
v1.0.9
Published
GM library for Lattice.js
Downloads
73
Readme
lattice.js - @latticelabs/gm-js
Installation
yarn add @latticelabs/gm-js
Package.json Scripts
build
: Runsyarn clean
andyarn compile
clean
: Usesrimraf
to removelib/
compile
: Usestsc
to build package and dependent packageslint
: Usesprettier
andeslint
to lint packagetest
: Usesjest
to run all teststest:integration
: Usesjest
to run tests under/test/integration
test:unit
: Usesjest
to run tests under/test/unit