Skip to content

Commit fe5a77e

Browse files
committed
#348 fix(fe): debug 모드 추가
1 parent d20888a commit fe5a77e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/fe-ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
timeout-minutes: 10
2525
env:
2626
TZ: Asia/Seoul
27+
TURBO_LOG_VERBOSITY: debug
2728
strategy:
2829
matrix:
2930
task: [lint, test]
@@ -81,6 +82,7 @@ jobs:
8182
timeout-minutes: 10
8283
env:
8384
TZ: Asia/Seoul
85+
TURBO_LOG_VERBOSITY: debug
8486
strategy:
8587
matrix:
8688
package: ['web', '@workspace/ui']
@@ -131,9 +133,6 @@ jobs:
131133
run: |
132134
pnpm install --frozen-lockfile --prefer-offline
133135
134-
# - name: Check Turbo Installation
135-
# run: pnpm exec turbo --version
136-
137136
- name: Run Build with Cache (Web)
138137
if: matrix.package == 'web'
139138
working-directory: src/frontend

0 commit comments

Comments
 (0)