Repository URL to install this package:
|
Version:
7.0.0-alpha.1 ▾
|
@skava/router
/
Makefile
|
|---|
publish:
npx tsc --outDir dist || true
# @note added -u because stupid keys, see the test comments
tests:
npx jest --verbose -u
coverage:
npx jest --coverage
snapshot:
npx jest --verbose -u
lint:
npx tslint src/*.ts -t verbose