mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-11-28 01:45:20 +03:00
Disable the majro check
This commit is contained in:
parent
657c7154ea
commit
05841e9b2f
2
Makefile
2
Makefile
@ -19,7 +19,7 @@ checks:
|
|||||||
|
|
||||||
.PHONY: diff
|
.PHONY: diff
|
||||||
diff: node_modules
|
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
|
.PHONY: format
|
||||||
format: node_modules
|
format: node_modules
|
||||||
|
Loading…
Reference in New Issue
Block a user