clear logs, added logger, replace cebab to camelcase

This commit is contained in:
2024-04-02 12:32:17 +03:00
parent 28c13c00ec
commit 2b2ad786b2
28 changed files with 145 additions and 184 deletions

View File

@@ -42,6 +42,12 @@ prehook:
@chmod +x $(HOOK_PATH)
@echo "Pre-push hook set successfully."
add:
ifeq ($(pack),)
$(error mn is not set)
endif
yarn add "../repo/${pack}/"
push:
ifeq ($(commit),)
$(error mn is not set)