Merge pull request #511 from NoRedInk/add-major-version-lock

re-adds major version lock
This commit is contained in:
Tessa 2020-05-05 10:55:12 -07:00 committed by GitHub
commit 12a45adb67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,8 +41,7 @@ checks:
.PHONY: diff
diff: node_modules
true
# Temporarily disabled to allow for an intentional MAJOR upgrade
# 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