install-deps:
	npm install

build: install-deps
	npm run build

test:
	npm run test
