Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

skava / composition   js

Repository URL to install this package:

Version: 3.0.5 

/ Makefile

# @todo add esnext build too
publish:
	npx tsc --outDir dist || true

test:
	npx jest --config jest.config.js

coverage:
	npx jest --coverage