Revert "Disable the majro check"

This reverts commit 05841e9b2f.
This commit is contained in:
brookeangel 2019-08-14 11:16:04 -07:00
parent 6040c94099
commit 121aa60db3

View File

@ -19,7 +19,7 @@ checks:
.PHONY: diff
diff: node_modules
if (npx elm diff | tee /dev/stderr | grep -q MAJORLYDISABLEDFORABIT); 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