Skip to content

Commit 61d5dfb

Browse files
committed
actions: builder-frontend fix devbox script for ci
1 parent 3201529 commit 61d5dfb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
5959
- name: Install dependencies
6060
working-directory: builder-frontend
61-
run: devbox run -- npm ci
61+
run: devbox run install-builder-frontend-ci
6262

6363
- name: Build application
6464
working-directory: builder-frontend

devbox.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"cd builder-api",
2323
"quarkus build --no-tests"
2424
],
25-
"build-builder-frontend-ci": [
25+
"install-builder-frontend-ci": [
2626
"cd builder-frontend",
2727
"npm ci"
2828
]

0 commit comments

Comments
 (0)