feat(tests): refactor

This commit is contained in:
2024-03-26 17:59:32 +03:00
parent f6ca446f92
commit 49626cb681
23 changed files with 128 additions and 136 deletions

View File

@@ -27,4 +27,4 @@ ifeq ($(commit),)
$(error mn is not set)
endif
make prehook
git add . && git commit -m "feat($(commit)):" && git push
git add . && git commit -m "$(commit)" && git push