Skip to content

Commit 5c53b82

Browse files
committed
actions: builder-frontend fix npm build
1 parent 61d5dfb commit 5c53b82

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/devbox-deploy-builder-frontend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262

6363
- name: Build application
6464
working-directory: builder-frontend
65-
run: devbox run -- npm run build
65+
run: devbox run build-builder-frontend-ci
6666
env:
6767
VITE_API_URL: ${{ secrets.VITE_API_URL}}
6868
VITE_SCREENER_BASE_URL: ${{ secrets.VITE_SCREENER_BASE_URL}}

devbox.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@
2525
"install-builder-frontend-ci": [
2626
"cd builder-frontend",
2727
"npm ci"
28+
],
29+
"build-builder-frontend-ci": [
30+
"cd builder-frontend",
31+
"npm run build"
2832
]
2933
}
3034
}

0 commit comments

Comments
 (0)