mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-12-29 16:44:41 +03:00
re-enable major version check
This commit is contained in:
parent
387e1a7e84
commit
4c3f449b28
3
Makefile
3
Makefile
@ -40,8 +40,7 @@ checks:
|
|||||||
|
|
||||||
.PHONY: diff
|
.PHONY: diff
|
||||||
diff: node_modules
|
diff: node_modules
|
||||||
true
|
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
|
.PHONY: format
|
||||||
format: node_modules
|
format: node_modules
|
||||||
|
Loading…
Reference in New Issue
Block a user