Skip to content

Commit a4f13a5

Browse files
💚 build: attempt to fix the CI build
1 parent a6fb02d commit a4f13a5

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
npm run lint
3838
CI=false npm run build
3939
env:
40-
API_URL: "http://localhost:8000"
40+
VITE_API_URL: "http://localhost:8000"
4141

4242
- uses: actions/upload-artifact@v4
4343
with:
@@ -180,7 +180,7 @@ jobs:
180180
docker_build:
181181
name: Build docker image
182182

183-
uses: ./.github/workflows/build-image.yaml
183+
uses: ./.github/workflows/build-image.yml
184184
with:
185185
image_name: maykinmedia/open-beheer
186186
image_tag_suffix: ""

frontend/package-lock.json

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,11 @@
1919
"build-storybook": "storybook build"
2020
},
2121
"dependencies": {
22+
"@maykin-ui/admin-ui": "^0.0.53",
23+
"@maykin-ui/client-common": "^0.0.1",
2224
"react": "^19.0.0",
2325
"react-dom": "^19.0.0",
24-
"react-router": "^7.5.0",
25-
"@maykin-ui/admin-ui": "^0.0.53"
26+
"react-router": "^7.5.0"
2627
},
2728
"devDependencies": {
2829
"@chromatic-com/storybook": "^3.2.6",

0 commit comments

Comments
 (0)