diff --git a/Makefile b/Makefile index 10bcfc5..0c0b85e 100644 --- a/Makefile +++ b/Makefile @@ -89,6 +89,7 @@ docclean: -rm -rf out/doc predeploycheck: + @npm i ifneq ($(REMOTE_SHA),$(LOCAL_SHA)) @echo "remote repository and local repository not up to date... please pull latest master" exit 1