Skip to content

Commit

Permalink
vendor dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanagustin committed Nov 23, 2024
1 parent b577a27 commit ab14a47
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ tasks:
desc: Install all dependencies
cmds:
- task: deps:go-download
- task: deps:vendor
- task: install-tools

deps:go-download:
Expand All @@ -264,6 +265,12 @@ tasks:
- echo "📦 Downloading Go modules..."
- go mod download

deps:vendor:
desc: Vendor dependencies
cmds:
- echo "📦 Vendoring dependencies..."
- go mod vendor

install-tools:
desc: Install development tools
cmds:
Expand Down

0 comments on commit ab14a47

Please sign in to comment.