re-enable major version check

This commit is contained in:
Brian Hicks 2020-04-01 05:48:15 -05:00
parent 387e1a7e84
commit 4c3f449b28

View File

@ -40,8 +40,7 @@ checks:
.PHONY: diff
diff: node_modules
true
#if (npx elm diff | tee /dev/stderr | grep -q MAJOR); then echo "MAJOR changes are not allowed!"; exit 1; fi
if (npx elm diff | tee /dev/stderr | grep -q MAJOR); then echo "MAJOR changes are not allowed!"; exit 1; fi
.PHONY: format
format: node_modules