We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f150793 commit 79027b2Copy full SHA for 79027b2
1 file changed
.github/workflows/fe-ci.yml
@@ -65,6 +65,7 @@ jobs:
65
run: |
66
if [ ! -d "node_modules" ]; then
67
pnpm install --frozen-lockfile --prefer-offline
68
+ pnpm approve-builds
69
fi
70
71
- name: Run Task with Cache
@@ -144,6 +145,7 @@ jobs:
144
145
working-directory: src/frontend
146
147
148
149
150
- name: Run Build with Cache (Web)
151
if: matrix.package == 'web'
0 commit comments