Skip to content

Commit 79027b2

Browse files
committed
#351 feat(fe): pnpm approve 추가
1 parent f150793 commit 79027b2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/fe-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
run: |
6666
if [ ! -d "node_modules" ]; then
6767
pnpm install --frozen-lockfile --prefer-offline
68+
pnpm approve-builds
6869
fi
6970
7071
- name: Run Task with Cache
@@ -144,6 +145,7 @@ jobs:
144145
working-directory: src/frontend
145146
run: |
146147
pnpm install --frozen-lockfile --prefer-offline
148+
pnpm approve-builds
147149
148150
- name: Run Build with Cache (Web)
149151
if: matrix.package == 'web'

0 commit comments

Comments
 (0)