Skip to content

Commit 5c3df5f

Browse files
committed
#351 feat(fe): run script 변경
1 parent 0dfcc0f commit 5c3df5f

2 files changed

Lines changed: 48 additions & 48 deletions

File tree

.github/workflows/fe-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ jobs:
7171
working-directory: src/frontend
7272
run: |
7373
if [ "${{ matrix.task }}" = "lint" ]; then
74-
pnpm exec turbo lint --parallel
74+
pnpm run turbo lint --parallel
7575
elif [ "${{ matrix.task }}" = "test" ]; then
76-
pnpm exec turbo test --filter=web --parallel
76+
pnpm run turbo test --filter=web --parallel
7777
fi
7878
7979
build:

src/frontend/pnpm-lock.yaml

Lines changed: 46 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)