Skip to content

Commit f4e246a

Browse files
committed
Try fix
1 parent 0e50aa9 commit f4e246a

File tree

11 files changed

+185
-3854
lines changed

11 files changed

+185
-3854
lines changed

.github/workflows/docker-image-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,11 @@ jobs:
2121

2222
- name: Install dependencies
2323
run: npm install
24+
working-directory: ./frontend
2425

2526
- name: Build the project
2627
run: npm run build
28+
working-directory: ./frontend
2729

2830
- name: Build the Docker image
2931
run:

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
node-version: ${{ matrix.node-version }}
3030
cache: 'npm'
31-
cache-dependency-path: '**/package-lock.json'
31+
cache-dependency-path: 'frontend/package-lock.json'
3232
- run: npm ci
3333
- run: NODE_OPTIONS=--max_old_space_size=8192 npm run build --if-present
3434
- run: npm run test --if-present

frontend/package-lock.json

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

0 commit comments

Comments
 (0)