Merge pull request #346 from NoRedInk/revert-version-laxness

Revert "Disable the majro check"
This commit is contained in:
Brooke 2019-08-19 10:13:12 -07:00 committed by GitHub
commit 6611b9e508
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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