blob: 54911326b31286ba4b15a67111b3e9bdfa974aab [file]
.PHONY: build test
build:
npm install
npm run build
test:
npm install
npm run build
npm run test