clean:
	rm -rf build

build: clean
	npm run build

test:
	npm test
