diff --git a/Makefile b/Makefile index b8cfd1f7..c6f7f7f7 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ checks: .PHONY: diff diff: node_modules - 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 MAJORLYDISABLEDFORABIT); then echo "MAJOR changes are not allowed!"; exit 1; fi .PHONY: format format: node_modules