UNPKG

interchange-schema-registry

Version:

A Global Schema Registry for Data Interchange formats

17 lines (14 loc) 287 B
.PHONY: build schemasafe remote build: npm install && \ npm run build git diff-index --quiet HEAD -- || { \ echo "ERROR: Dirty repository found"; \ git status --porcelain; \ exit 1; } schemasafe: npm install && \ npm run schemasafe remote: npm install && \ npm run remote