Skip to content

Commit 5fa5def

Browse files
committed
#348 fix(fe): working-directory 수정
1 parent d231a7a commit 5fa5def

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/fe-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,17 +131,17 @@ jobs:
131131
run: |
132132
pnpm install --frozen-lockfile --prefer-offline
133133
134-
- name: Check Turbo Installation
135-
run: pnpm exec turbo --version
134+
# - name: Check Turbo Installation
135+
# run: pnpm exec turbo --version
136136

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

0 commit comments

Comments
 (0)