Skip to content

Commit 64d42ec

Browse files
committed
ci: silent build
1 parent 98729ce commit 64d42ec

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,12 @@ jobs:
2626

2727
- name: Install Deps & Build
2828
run: |
29-
npm i -g pnpm
30-
pnpm install
29+
npm i -g pnpm --silent
30+
pnpm install --silent
3131
32-
pnpm build
32+
pnpm build --silent > /dev/null 2>&1
33+
34+
echo "Build completed successfully"
3335
working-directory: web
3436

3537
- name: Upload for debugging

0 commit comments

Comments
 (0)