Skip to content

Commit 8002688

Browse files
committed
#348 fix(fe): 스크립트 수정
1 parent afbea35 commit 8002688

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/fe-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,16 +132,16 @@ jobs:
132132
pnpm install --frozen-lockfile --prefer-offline
133133
134134
- name: Check Turbo Installation
135-
run: pnpm list turbo
135+
run: pnpm exec turbo --version
136136

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

0 commit comments

Comments
 (0)