Skip to content

Commit 81c8ec2

Browse files
committed
#348 fix(fe): exec -> run 으로 수정
1 parent 67d1291 commit 81c8ec2

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
@@ -138,10 +138,10 @@ jobs:
138138
if: matrix.package == 'web'
139139
working-directory: apps/web
140140
run: |
141-
pnpm exec turbo build --filter=web --parallel
141+
pnpm run turbo build --filter=web --parallel
142142
143143
- name: Run Build with Cache (@workspace/ui)
144144
if: matrix.package == '@workspace/ui'
145145
working-directory: packages/ui
146146
run: |
147-
pnpm exec turbo build --filter=@workspace/ui --parallel
147+
pnpm run turbo build --filter=@workspace/ui --parallel

0 commit comments

Comments
 (0)