refactor: move scripts and utils to hack/ directory

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
David Karlsson
2024-11-15 09:28:19 +01:00
parent acb264a20c
commit c7511a228f
14 changed files with 9 additions and 9 deletions

View File

@@ -1,3 +1,3 @@
.PHONY: vendor
vendor: ## vendor hugo modules
./scripts/vendor.sh
./hack/vendor