include ../Makefile.common

build:
	@echo "Nothing to build"

package:
	tar -czf build/none-authservice-$(VERSION).tgz *.js

test:

coverage:
