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/tests / Makefile
Size: Mime:
# publish:
# 	npx tsc --project tsconfig.publish.json || true
publish:
	npx tsc || true

test:
	npx jest

tests:
	rm -rf dist && npx tsc || true && npx jest

clean:
	rm -fr dist