Repository URL to install this package:
|
Version:
6.1.1 ▾
|
@skava/router
/
Makefile
|
|---|
publish:
npx tsc --outDir dist || true
tests:
npx jest --verbose
coverage:
npx jest --coverage
snapshot:
npx jest --verbose -u
lint:
npx tslint src/*.ts -t verbose