We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d20888a commit fe5a77eCopy full SHA for fe5a77e
.github/workflows/fe-ci.yml
@@ -24,6 +24,7 @@ jobs:
24
timeout-minutes: 10
25
env:
26
TZ: Asia/Seoul
27
+ TURBO_LOG_VERBOSITY: debug
28
strategy:
29
matrix:
30
task: [lint, test]
@@ -81,6 +82,7 @@ jobs:
81
82
83
84
85
86
87
88
package: ['web', '@workspace/ui']
@@ -131,9 +133,6 @@ jobs:
131
133
run: |
132
134
pnpm install --frozen-lockfile --prefer-offline
135
- # - name: Check Turbo Installation
- # run: pnpm exec turbo --version
136
-
137
- name: Run Build with Cache (Web)
138
if: matrix.package == 'web'
139
working-directory: src/frontend
0 commit comments