Skip to content

Commit 59dabf1

Browse files
committed
fix(CI): move bundled dist to server directory
1 parent 2060e45 commit 59dabf1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.goreleaser.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ 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+
- rm -rf internal/api/dist
12+
- mv dist internal/api/
1013

1114
builds:
1215
- main: .

0 commit comments

Comments
 (0)