Skip to content

Commit 334fbb0

Browse files
authored
Update .goreleaser.yaml
1 parent 2060e45 commit 334fbb0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.goreleaser.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ version: 2
66
before:
77
hooks:
88
- go mod download
9-
- bun install --frozen-lockfile && bun run build
9+
- bun install --frozen-lockfile
10+
- bun run build
11+
- mv dist internal/api/
1012

1113
builds:
1214
- main: .

0 commit comments

Comments
 (0)