Skip to content

Commit

Permalink
Print compiled file size in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyo930021 committed Sep 23, 2020
1 parent 04fa245 commit 81258c8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,12 @@ jobs:
env:
MINIFY: false

- name: View compiled file size
run: |
ls -alh server/dist
ls -alh dist/
ls -alh vti/dist
- name: Start xvfb
if: matrix.os == 'ubuntu-latest'
run: |
Expand Down

0 comments on commit 81258c8

Please sign in to comment.