contracts/Makefile

11 lines
95 B
Makefile

.PHONY: check build test
check:
@npm run check
build:
@npm run build
test:
@npm run test