feat(app && tests): refactor
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user