Skip to content

Commit afbea35

Browse files
committed
#348 fix(fe): working-directory 수정
1 parent 81c8ec2 commit afbea35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/fe-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,12 +136,12 @@ jobs:
136136

137137
- name: Run Build with Cache (Web)
138138
if: matrix.package == 'web'
139-
working-directory: apps/web
139+
working-directory: src/frontend/apps/web
140140
run: |
141141
pnpm run turbo build --filter=web --parallel
142142
143143
- name: Run Build with Cache (@workspace/ui)
144144
if: matrix.package == '@workspace/ui'
145-
working-directory: packages/ui
145+
working-directory: src/frontend/packages/ui
146146
run: |
147147
pnpm run turbo build --filter=@workspace/ui --parallel

0 commit comments

Comments
 (0)