default: clean compile

clean:
	npm run clean

lint:
	npm run lint

test:
	npm test

compile:
	npm run compile

integration-test:
	npm run integration-test

verify:
	npm run verify

report:
	npm run report

site:
	npm run site
