feat(update hook):

This commit is contained in:
SergeyVS 2024-03-11 12:16:47 +03:00
parent 9459a47f84
commit 33fc47c3fa
2 changed files with 1 additions and 1 deletions

View File

@ -21,6 +21,7 @@ clearhook:
@rm -f $(HOOK_PATH)
@echo "hooks cleared"
prehook:
@echo "Setting up pre-push hook..."
@rm -f $(HOOK_PATH)

View File

@ -15,7 +15,6 @@ export default {
default: "",
type: String
},
},
data() {
return {