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

tdd:
	npx jest --watch --config jest.config.js

# publish:
#	npx tsc src/**/* --outDir dist || true