Skip to content

Commit 7137aa4

Browse files
authored
Update frontend build command in goreleaser config
Replaced npm commands with make build-web for frontend build.
1 parent fb55433 commit 7137aa4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.goreleaser.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ project_name: ngent
55
before:
66
hooks:
77
# Build the embedded frontend before compiling the Go binary.
8-
# Clean install dependencies to avoid npm cache issues in CI.
9-
- cd internal/webui/web && rm -rf node_modules package-lock.json && npm install && npm run build
8+
- make build-web
109

1110
builds:
1211
- id: ngent

0 commit comments

Comments
 (0)