Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/request / Makefile
Size: Mime:
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