Repository URL to install this package:
|
Version:
4.0.4 ▾
|
@skava/request
/
Makefile
|
|---|
dev:
npx tsc -w
publish:
npx tsc || true
test:
npx jest --config jest.config.js --verbose
snapshots:
npx jest --config jest.config.js -u
tdd:
npx jest --watch --config jest.config.js
coverage:
npx jest --verbose --debug --coverage --config jest.config.js
lint:
npx tslint src/*.ts -t verbose
# publish:
# npx tsc src/**/* --outDir dist || true