- Running
yarn
in the module's root directory will install everything you need for development. - Run
lerna bootstrap
in the module's root directory
-
yarn test
will run the tests once. -
yarn test:coverage
will run the tests and produce a coverage report incoverage/
. -
yarn test:watch
will run the tests on every change.
-
yarn build
will build the module for publishing to npm. -
yarn clean
will delete built resources.