feat(app && tests): refactor

This commit is contained in:
2024-03-28 10:31:29 +03:00
parent 49626cb681
commit 6e6e5311b0
96 changed files with 946 additions and 928 deletions

View File

@@ -22,6 +22,18 @@ prehook:
@chmod +x $(HOOK_PATH)
@echo "Pre-push hook set successfully."
add:
ifeq ($(pack),)
$(error mn is not set)
endif
yarn add "../repo/${pack}/"
packs_list:
cd .. && make packs_list
list_packs:
make packs_list
push:
ifeq ($(commit),)
$(error mn is not set)