Skip to content

Commit deea626

Browse files
committed
#351 fix(fe): lint 수정
1 parent 3a4bbb4 commit deea626

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/fe-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
- name: Install Dependencies
132132
working-directory: src/frontend
133133
run: |
134-
pnpm install --no-frozen-lockfile --prefer-offline
134+
pnpm install --frozen-lockfile --prefer-offline
135135
136136
- name: Run Build with Cache (Web)
137137
if: matrix.package == 'web'

src/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build:ui": "turbo build --filter=@workspace/ui",
99
"dev": "turbo dev",
1010
"test": "turbo run test --filter=web",
11-
"lint": "turbo lint --filter=web --filter=@workspace/ui",
11+
"lint": "turbo lint --filter=web",
1212
"format": "turbo run format",
1313
"storybook": "turbo run storybook --filter=@workspace/ui",
1414
"build-storybook": "turbo run build-storybook --filter=@workspace/ui",

0 commit comments

Comments
 (0)