mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-11-11 03:28:09 +03:00
parent
6040c94099
commit
121aa60db3
2
Makefile
2
Makefile
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user