mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-12-29 00:21:42 +03:00
Merge pull request #511 from NoRedInk/add-major-version-lock
re-adds major version lock
This commit is contained in:
commit
12a45adb67
3
Makefile
3
Makefile
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user