We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3201529 commit 61d5dfbCopy full SHA for 61d5dfb
.github/workflows/devbox-deploy-builder-frontend.yml
@@ -58,7 +58,7 @@ jobs:
58
59
- name: Install dependencies
60
working-directory: builder-frontend
61
- run: devbox run -- npm ci
+ run: devbox run install-builder-frontend-ci
62
63
- name: Build application
64
devbox.json
@@ -22,7 +22,7 @@
22
"cd builder-api",
23
"quarkus build --no-tests"
24
],
25
- "build-builder-frontend-ci": [
+ "install-builder-frontend-ci": [
26
"cd builder-frontend",
27
"npm ci"
28
]
0 commit comments